summaryrefslogtreecommitdiff
path: root/js/codeq/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/profile.js')
-rw-r--r--js/codeq/profile.js2
1 files changed, 0 insertions, 2 deletions
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='<thead><tr>',
tr_gui = codeq.tr.getDictionary('gui');
- console.log(tr_gui);
-
$.each(columns, function( key, val ) {
items+='<th data-tkey="'+ val + '">'+tr_gui[val][codeq.settings['gui_lang']]+'</th>';
});