diff --git a/build/browser/app.js b/build/browser/app.js index 05223e0d..4a5402fd 100644 --- a/build/browser/app.js +++ b/build/browser/app.js @@ -113,7 +113,7 @@ app.controller('AppController', function($q, DriveScannerService, SelectionState // "returns" to the first step. self.selection.clear(); - console.debug('Reselecting image'); + LoggerService.debug('Reselecting image'); }; this.reselectDrive = function() { @@ -122,7 +122,7 @@ app.controller('AppController', function($q, DriveScannerService, SelectionState } self.selection.removeDrive(); - console.debug('Reselecting drive'); + LoggerService.debug('Reselecting drive'); }; this.burn = function(image, drive) { diff --git a/lib/browser/app.js b/lib/browser/app.js index 366c2f37..3dcb8680 100644 --- a/lib/browser/app.js +++ b/lib/browser/app.js @@ -112,7 +112,7 @@ app.controller('AppController', function($q, DriveScannerService, SelectionState // "returns" to the first step. self.selection.clear(); - console.debug('Reselecting image'); + LoggerService.debug('Reselecting image'); }; this.reselectDrive = function() { @@ -121,7 +121,7 @@ app.controller('AppController', function($q, DriveScannerService, SelectionState } self.selection.removeDrive(); - console.debug('Reselecting drive'); + LoggerService.debug('Reselecting drive'); }; this.burn = function(image, drive) {