Skip to content

Commit

Permalink
Remove print weasel (#5944)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Nov 30, 2023
1 parent fcd3d23 commit 895718d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def styler_update(styler, new_df):
todos.append(todo)
continue
ops = []
print(todo)
for op in todo:
if not isinstance(op, tuple):
ops.append(op)
Expand Down

0 comments on commit 895718d

Please sign in to comment.