Remove leftover print statement
This commit is contained in:
parent
a95db91726
commit
8f314e0ca6
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ class FeedBuilder(Builder):
|
||||||
return value
|
return value
|
||||||
|
|
||||||
if len(value) > max_length:
|
if len(value) > max_length:
|
||||||
print(f"Truncated {field_name}")
|
|
||||||
return truncatechars(value, max_length)
|
return truncatechars(value, max_length)
|
||||||
|
|
||||||
return value
|
return value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue