about summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-12 10:02:20 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-12 10:02:20 -0700
commit5e10e167e166a45f9523a88ea25541cc6362d589 (patch)
tree47f424970d32201f21bf12020a9691e4c0911d91 /public
parentFix #66 which was caused by the content of the builds-day div changing, which... (diff)
downloadjitterbug-5e10e167e166a45f9523a88ea25541cc6362d589.tar.gz
Remove an errant console.log
Diffstat (limited to 'public')
-rw-r--r--public/js/common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/common.js b/public/js/common.js
index 144b9c7..6971d7d 100644
--- a/public/js/common.js
+++ b/public/js/common.js
@@ -1,7 +1,6 @@
 $(document).ready(function() {
     $('.builds-day').click(function() {
         var commit_id = $(this).attr('id').replace("builds","commits");
-        console.log(commit_id);
         $("#" + commit_id).toggle();
     });
     /* This times out on large test outputs