From 10e711f71737e99f8e4d6ed8d7f31ee0476b3a0d Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Wed, 4 Nov 2015 20:13:24 -0800 Subject: [PATCH] Removed commented code --- platform/entanglement/test/actions/CopyActionSpec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/entanglement/test/actions/CopyActionSpec.js b/platform/entanglement/test/actions/CopyActionSpec.js index ebedf066db..7362772dbd 100644 --- a/platform/entanglement/test/actions/CopyActionSpec.js +++ b/platform/entanglement/test/actions/CopyActionSpec.js @@ -118,12 +118,10 @@ define( dialogService = jasmine.createSpyObj('dialogService', ['showBlockingMessage', 'dismiss'] ); - //dialogService.showBlockingMessage.andReturn(); notification = jasmine.createSpyObj('notification', ['dismiss', 'model'] ); - //notification.dismiss.andReturn(); notificationService = jasmine.createSpyObj('notificationService', ['notify', 'info'] @@ -132,7 +130,6 @@ define( notificationService.notify.andReturn(notification); mockLog = jasmine.createSpyObj('log', ['error']); - //mockLog.error.andReturn(); copyService = new MockCopyService(); });