From 8020e5966e7c22fb430d7fc71bc0a1b4b0d0f9ac Mon Sep 17 00:00:00 2001 From: j Date: Sat, 25 Jan 2025 10:30:00 +0530 Subject: [PATCH] remove debug --- static/js/item.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/item.js b/static/js/item.js index 18ccd28c..929b3794 100644 --- a/static/js/item.js +++ b/static/js/item.js @@ -206,7 +206,6 @@ pandora.ui.item = function() { if (options.selected == '' && Ox.isArray(pandora.$ui[pandora.user.ui.itemView].options('selected'))) { delete options.selected } - console.log("!! video points update", pandora.user.ui.itemView, options) pandora.$ui[pandora.user.ui.itemView].options(options); } }