From 94f2aef0a7dbc97226f21a12057ff03d84149564 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 27 Apr 2019 21:25:17 +0100 Subject: [PATCH] Remove rogue console.log --- Website/wwwroot/js/controllers/main.js | 1 - 1 file changed, 1 deletion(-) 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;