Skip to content

Commit 3ffd4ff

Browse files
committed
Remove print
1 parent 57466ad commit 3ffd4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.py/my_extension/my_panel_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def get_click_event_points(
118118
conditions.append(f"datum.{field} === {value}")
119119

120120
condition_expr = " && ".join(conditions)
121-
print(condition_expr)
121+
122122
return {
123123
"condition": {
124124
"test": condition_expr,

0 commit comments

Comments
 (0)