accidentally left a console.log in the code

This commit is contained in:
John Mitchell 2015-05-11 13:02:46 -04:00
parent 581cff1a6f
commit ac76423a93

View File

@ -605,7 +605,6 @@ angular.module('Utilities', ['RestServices', 'Utilities', 'sanitizeFilter'])
bottom: 15,
right: 15
}).fadeIn(400);
console.log("got here");
} else if (directive === 'stop' && $rootScope.waiting) {
$('.spinny, .overlay').fadeOut(400, function () {
$rootScope.waiting = false;