From 613b53ac3d40a812e68d8db9564f3c4fb94667dc Mon Sep 17 00:00:00 2001 From: Julian Lam <julian.lam@gmail.com> Date: Tue, 14 May 2013 12:20:33 -0400 Subject: [PATCH] removing console logs --- public/src/ajaxify.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index 2b5698fef6..b2941529fc 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -26,7 +26,6 @@ var ajaxify = {}; }; ajaxify.go = function(url, callback, template, quiet) { - console.log('go', url, quiet); // "quiet": If set to true, will not call pushState // leave room and join global @@ -44,7 +43,6 @@ var ajaxify = {}; if (templates[tpl_url]) { if (quiet !== true) { - console.log('pushing state'); window.history.pushState({ "url": url }, url, "/" + url);