diff --git a/src/app/drawController.js b/src/app/drawController.js index d9eb11a6d4..86ab80f7c4 100644 --- a/src/app/drawController.js +++ b/src/app/drawController.js @@ -74,7 +74,8 @@ export class DrawController { removeAnnotationWithCommand(id, exeCallback) { const annotation = this.getAnnotation(id); if (typeof annotation === 'undefined') { - logger.warn('Cannot create remove command for undefined annotation: ' + id); + logger.warn( + 'Cannot create remove command for undefined annotation: ' + id); return; } // create remove annotation command