remove trace message
[myslice.git] / plugins / tabs / static / js / tabs.js
index bfd568a..4612dd2 100644 (file)
@@ -58,7 +58,6 @@ var tabs_helper = {
            // persistent-active
            var domid=$(e.target).closest(".persistent-active").attr('id');
            tabs_helper.store_active_domid(domid,active_domid);
-           console.log("CLICKED domid="+domid+" active_domid="+active_domid);
        });
     },