Skip to content

Commit f6d4c00

Browse files
committed
productioncleanup
1 parent 7d92864 commit f6d4c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CoreManager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ module.exports = {
220220

221221
setObjectStateController(controller: ObjectStateController) {
222222
if (typeof controller.getState !== 'function') {
223-
console.log(controller);
224223
throw new Error(
225224
'ObjectStateController must implement getState()'
226225
);

0 commit comments

Comments
 (0)