From 187f0c93f33e9d444685138935a25bb597f02fe2 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 15 Nov 2013 07:56:28 -0500 Subject: [PATCH] rogue console statement --- test/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/test/index.html b/test/index.html index 179c2f9f8..23c57b6a9 100644 --- a/test/index.html +++ b/test/index.html @@ -119,7 +119,6 @@ $('#jqueryVersion').html($.fn.jquery); var loghandle = function(event, delta) { - console.log(event); var o = '', id = event.currentTarget.id; o = '#' + id + ':';