Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit 4ab1248

Browse files
author
Dr. Safi
committed
Minor change - Remove console.log
1 parent 6211d82 commit 4ab1248

File tree

1 file changed

+0
-1
lines changed
  • module/reusableNestedUnit/implementation/shellscript

1 file changed

+0
-1
lines changed

module/reusableNestedUnit/implementation/shellscript/Unit.class.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default ({ Superclass }) => {
2727
switch (this.implementation) {
2828
case 'spawn':
2929
try {
30-
console.log(this.appBasePath)
3130
console.log(message); console.log(`${this.command} ${this.argument}`)
3231
childProcess = spawnSync(this.command, this.argument, this.option)
3332
if(childProcess.status > 0) throw childProcess.error

0 commit comments

Comments
 (0)