Skip to content

Commit f1f6b00

Browse files
committed
Remove logs
1 parent 80b9fd6 commit f1f6b00

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/modifiers/type.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,8 @@ function modify(data, model) {
2727
case 'boolean':
2828
parsed = Boolean(data);
2929
break;
30-
default:
31-
console.error('WOWOOWOWOWOWOWOWOWOWOWO');
32-
console.error(data);
33-
console.error(model.type);
34-
break;
3530
}
3631

37-
console.log('-------------');
38-
console.log(data);
39-
console.log(parsed);
40-
console.log(model.type);
41-
console.log('-------------');
42-
4332
return parsed;
4433
}
4534

0 commit comments

Comments
 (0)