Commit cc9a55cf962aa34968a6d52d90dce46e4efcd6fe
1 parent
f6fc6262
Removed Debugger
Showing
1 changed file
with
1 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -163,8 +163,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", |
163 | 163 | $rootScope.$broadcast('annotationToolEvent', true); |
164 | 164 | $("#canvasPaint").css("display", "none"); |
165 | 165 | $("#canvas").css("display", "none"); |
166 | - debugger; | |
167 | - | |
166 | + | |
168 | 167 | var bodySystemDataPath = '~/../content/data/json/settings/fontstyle.json'; |
169 | 168 | DataService.getJson(bodySystemDataPath) |
170 | 169 | .then( | ... | ... |