Skip to content

Commit 1321d7b

Browse files
committed
Update psCommandService.js
1 parent 08ba848 commit 1321d7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

psCommandService.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ PSCommandService.prototype._executeCommands = function(commands) {
234234
logBuffer += commands[i] + "\n";
235235
}
236236

237-
console.log('#########################\nExecuting:\n'+logBuffer+'\n#########################');
238-
237+
self._log('Executing:\n'+logBuffer+'\n');
239238

240239
return new Promise(function(fulfill,reject) {
241240
self._statefulProcessCommandProxy.executeCommands(commands)

0 commit comments

Comments
 (0)