From 7a2bca4459ff0219d15b6e2428b7e9871ab66f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Mon, 9 Nov 2015 11:21:13 +0100 Subject: clean up --- js/codeq/profile.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/codeq/profile.js') diff --git a/js/codeq/profile.js b/js/codeq/profile.js index f666697..cc1cd28 100644 --- a/js/codeq/profile.js +++ b/js/codeq/profile.js @@ -30,8 +30,6 @@ items='', tr_gui = codeq.tr.getDictionary('gui'); - console.log(tr_gui); - $.each(columns, function( key, val ) { items+=''+tr_gui[val][codeq.settings['gui_lang']]+''; }); -- cgit v1.2.1