removing console logs

This commit is contained in:
Julian Lam
2013-05-14 12:20:33 -04:00
parent 315cf9a88d
commit 613b53ac3d

View File

@@ -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);