Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Jan 17, 2024
1 parent 03a2473 commit f6f5625
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datamol/viz/_lasso_highlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ def lasso_highlight_image(
highlight_bond_colors = [highlight_bond_colors] * len(target_molecules)

# make sure we are using rdkit colors
print(highlight_atom_colors[0][4], to_rdkit_color(highlight_atom_colors[0][4]))
highlight_atom_colors = [
{k: to_rdkit_color(v) for k, v in _.items()} for _ in highlight_atom_colors
]
Expand All @@ -582,7 +581,6 @@ def lasso_highlight_image(
kwargs["highlightAtomColors"] = highlight_atom_colors
kwargs["highlightBondColors"] = highlight_bond_colors

print(kwargs)
try:
drawer.DrawMolecules(
mols_to_draw,
Expand Down

0 comments on commit f6f5625

Please sign in to comment.