Skip to content

Commit d35e950

Browse files
committed
Remove debug
1 parent 85c0bb7 commit d35e950

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/DebugGameScalePlugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export default class DebugGameScalePlugin extends Phaser.Plugins.BasePlugin {
2727

2828
for (const dataKey in data) {
2929
if (this.hasOwnProperty(dataKey)) {
30-
console.debug(dataKey, data[dataKey]);
31-
3230
this[dataKey] = data[dataKey]
3331
}
3432
}

0 commit comments

Comments
 (0)