summaryrefslogtreecommitdiff
path: root/js/codeq/profile.js
diff options
context:
space:
mode:
authorMarko Pušnik <marko.pusnik@guru.si>2015-11-09 11:21:13 +0100
committerMarko Pušnik <marko.pusnik@guru.si>2015-11-09 11:21:13 +0100
commit7a2bca4459ff0219d15b6e2428b7e9871ab66f52 (patch)
treed7c2951730632123e1f959cb45fb77734f6a6781 /js/codeq/profile.js
parentf3a3a8de8199da0910ba654f35b57fbbdf91a985 (diff)
clean up
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>';
});