Skip to content

Commit ef3b507

Browse files
committed
Removed debugging statement
1 parent a737a3e commit ef3b507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bundles/std_commands/src/color.py

-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,6 @@ def color_by_attr(session, attr_name, atoms=None, what=None, target=None, averag
11541154
attr_vals = None
11551155
if hasattr(attr_objs, attr_names):
11561156
# attribute found in Collection; try to maximize efficiency
1157-
print("Collection has", attr_names)
11581157
needs_none_processing = False
11591158
if average == 'residues' and class_obj == Atom:
11601159
residues = atoms.unique_residues

0 commit comments

Comments
 (0)