Remove rogue console.log

This commit is contained in:
Robert Marshall 2019-04-27 21:25:17 +01:00
parent ddf6c5b8ce
commit 94f2aef0a7

View file

@ -75,7 +75,6 @@ angular.module("robware", ['ngAnimate'], ["$httpProvider", function($httpProvide
}]); }]);
angular.module("robware").controller("main", ['$scope', '$rootScope', function ($scope, $rootScope) { angular.module("robware").controller("main", ['$scope', '$rootScope', function ($scope, $rootScope) {
console.log(123);
var largeWindowBoundary = 1023; var largeWindowBoundary = 1023;
$scope.menuVisible = false;//window.innerWidth > largeWindowBoundary; $scope.menuVisible = false;//window.innerWidth > largeWindowBoundary;