Skip to content

Commit 7adaea9

Browse files
committed
had a debug print left in
1 parent 3c57fd7 commit 7adaea9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyoracle_forms/misc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ def add_properties(cls: Type[BaseObject], api_objects: Dict) -> Type[BaseObject]
131131

132132
if prop_name and "(obsolete)" not in prop_name:
133133
setattr(cls, prop_name, attribute)
134-
else:
135-
print(prop_name, property_number)
136134

137135
return cls
138136

0 commit comments

Comments
 (0)