Skip to content

Commit

Permalink
Remove by mistake created debugger command
Browse files Browse the repository at this point in the history
  • Loading branch information
raitisbe committed Mar 15, 2019
1 parent 00794d2 commit 317f7f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ define(['angular', 'angular-material', 'core', 'map', 'geolocation', 'layermanag
*/
.controller('hs.layout.controller', ['$scope', '$injector', '$rootScope', '$window', 'Core', 'hs.map.service', 'hs.geolocation.service', 'hs.layermanager.service', 'gettextCatalog', 'config', '$templateCache', '$timeout', '$interval', '$mdSidenav', '$mdMenu', '$mdPanel', '$mdDialog', '$mdMedia', 'hs.layout.service',
function ($scope, $injector, $rootScope, $window, Core, OlMap, Geolocation, LayerManager, gettextCatalog, config, $templateCache, $timeout, $interval, $mdSidenav, $mdMenu, $mdPanel, $mdDialog, $mdMedia, layoutService) {
debugger;
if(config.design == 'md')
require(['bottomSheetCollapsible']);
$scope.Core = Core;
Expand Down

0 comments on commit 317f7f5

Please sign in to comment.