From 5e10e167e166a45f9523a88ea25541cc6362d589 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Thu, 12 May 2011 10:02:20 -0700 Subject: Remove an errant console.log --- public/js/common.js | 1 - 1 file changed, 1 deletion(-) 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 -- cgit 1.4.1