From c2e0e5609c4601755e0fadc07a1b77371382dede Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 11 Sep 2013 14:08:56 +0200 Subject: [PATCH] [TASK] Remove console.log. --- js/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/main.js b/js/main.js index 157e8fb..50fd971 100644 --- a/js/main.js +++ b/js/main.js @@ -1,6 +1,4 @@ $(function() { - console.log("I'm alive!"); - //setup the draggable content containers $(".content-container").draggable({ //"containment": $("#content-grid-container"), //this seems buggy?