diff --git a/www/assets/js/app.js b/www/assets/js/app.js index 9eaf5c864..9170d1e43 100644 --- a/www/assets/js/app.js +++ b/www/assets/js/app.js @@ -51,7 +51,7 @@ var App = { transitionForDesktop : false, cachedObjectsExpiresIn : 86400, // 86400 seconds is 24 hours enableSplash: true, - useTransform : true + useTransform: true }; // enable localstorage on phonegap @@ -758,7 +758,6 @@ App.init = function(config) { // add the side swipe menu for mobile view if (typeof Snap !== 'undefined') { - console.log('App.snap: ' + App.useTransform); App.snap = new Snap({ element: document.getElementById('snap-content'), menu: $('#side-menu'),