Skip to content

Commit 03109f5

Browse files
authored
Merge pull request #6 from coeniebeyers/patch-1
Removed console.log in toBoolVal
2 parents c64f888 + e37bc7f commit 03109f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ function create(options) {
430430
}
431431

432432
function toBoolVal(val) {
433-
console.log(val);
434433
if (String(val) == 'true') {
435434
return true;
436435
} else {

0 commit comments

Comments
 (0)