diff --git a/Website/wwwroot/js/controllers/main.js b/Website/wwwroot/js/controllers/main.js index 46a9563..3198b47 100644 --- a/Website/wwwroot/js/controllers/main.js +++ b/Website/wwwroot/js/controllers/main.js @@ -75,7 +75,6 @@ angular.module("robware", ['ngAnimate'], ["$httpProvider", function($httpProvide }]); angular.module("robware").controller("main", ['$scope', '$rootScope', function ($scope, $rootScope) { - console.log(123); var largeWindowBoundary = 1023; $scope.menuVisible = false;//window.innerWidth > largeWindowBoundary;