summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 20:44:24 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 20:44:24 +0200
commit87a4bd6195c1405bc634c133ccb2672893a83933 (patch)
treeab6d0a64f689e6f3b66bfb53d50ee137c1b4868c
parent6d95eb5b7146aad876fa3c0794d3e4b957a72496 (diff)
downloadweb-87a4bd6195c1405bc634c133ccb2672893a83933.tar.gz
web-87a4bd6195c1405bc634c133ccb2672893a83933.tar.bz2
web-87a4bd6195c1405bc634c133ccb2672893a83933.zip
removed console.log() debug statements
-rw-r--r--static/script.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/script.js b/static/script.js
index f154300..6038821 100644
--- a/static/script.js
+++ b/static/script.js
@@ -12,7 +12,6 @@ function settings_service_toggle() {
return false;
});
- console.log(list.find('a'))
if(list.find('a').length > 0) {
list.find('a').parent().prepend(elem);
} else {