pyc-website

main website for pyc inc.

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

commit e4e7006dc8b02933a7904d6089e97a16150cf34c
parent fad9bad987996af45c0bc1ba1ecdd0f877e80888
Author: Jul <jul@9o.is>
Date:   Wed, 28 May 2014 19:42:34 -0400

removed a console.log

Diffstat:
Msrc/main/webapp/app/App.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/app/App.js b/src/main/webapp/app/App.js @@ -102,7 +102,6 @@ app.controller('FormCtrl', ['$scope', function($scope) { $scope.loading = true; window[className][funcName]($scope.model).then(function(alert) { $scope.$apply(function() { - window.console.log("in the zone: "+alert.msg); $scope.loading = false; if(alert.msg_type === "success") { if(typeof(successFunc) === "function") {