Skip to content

Commit b4cac00

Browse files
committed
Small fix - print removed
1 parent c97ff76 commit b4cac00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/windows/views/webview.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -3023,13 +3023,11 @@ def callback(self, effect_names, callback_data):
30233023

30243024
effect_json = json.loads(effect.Json())
30253025

3026-
# Generate box_id to Tracker Effect
3026+
# Generate box_id for the Tracker Keyframe
30273027
if "box_id" in effect_json:
30283028
boxId = get_app().project.generate_id()
30293029
effect_json["box_id"] = boxId
30303030

3031-
print(effect_json)
3032-
30333031
# Append effect JSON to clip
30343032
clip.data["effects"].append(effect_json)
30353033

0 commit comments

Comments
 (0)