pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 082a4763d478b9fe9c2ef4be21813e3f69e9facf
parent de071f5425ae6c4ec8a4e50e92d5a59622059642
Author: Jul <jul@9o.is>
Date:   Thu, 28 Aug 2014 14:11:08 -0400

removed a console.log

Diffstat:
Msrc/main/webapp/app/mycontrollers/FindAtm.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main/webapp/app/mycontrollers/FindAtm.js b/src/main/webapp/app/mycontrollers/FindAtm.js @@ -81,7 +81,6 @@ angular.module("FindAtm", ['Forms', 'ngAlert', 'AtmHelper', 'Variables']) marker.closeClick = function() { marker.showWindow = false; $scope.currentMarker = null; - window.console.log("Now it's: "+$scope.currentMarker); $scope.$apply(); }; marker.onClicked = function() { @@ -185,4 +184,4 @@ angular.module("FindAtm", ['Forms', 'ngAlert', 'AtmHelper', 'Variables']) $controller('AtmHelperFuncs', {$scope: $scope}); $scope.init('AtmProfile', 'init'); -}]); -\ No newline at end of file +}]);