Skip to content

Commit

Permalink
🐛 Remove a development-only console.log
Browse files Browse the repository at this point in the history
This console.log causes problem in the test, so I deleted it
  • Loading branch information
KsRyY committed Jan 28, 2020
1 parent d65ca7d commit 906cbd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functionalIf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function functionalIf<Input, Output>(
return task(...args)
}

console.log(elseTask)
if (typeof elseTask !== 'undefined') {
return elseTask(...args)
}
Expand Down

0 comments on commit 906cbd5

Please sign in to comment.