From 429871ebe93ccb15dbc5ea288aa4b5a1dfd0824a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 27 Jun 2009 06:22:05 +0000 Subject: [PATCH] Remove debug log --- src/webui/static/app/tableeditor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/webui/static/app/tableeditor.js b/src/webui/static/app/tableeditor.js index 43b084f8..ff30bc23 100644 --- a/src/webui/static/app/tableeditor.js +++ b/src/webui/static/app/tableeditor.js @@ -101,8 +101,6 @@ tvheadend.tableEditor = function(title, dtable, cm, rec, plugins, store, } else { delButton.disable(); } - - console.log('tut'); }); var grid = new Ext.grid.EditorGridPanel({