We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c0bb7 commit d35e950Copy full SHA for d35e950
1 file changed
src/DebugGameScalePlugin.js
@@ -27,8 +27,6 @@ export default class DebugGameScalePlugin extends Phaser.Plugins.BasePlugin {
27
28
for (const dataKey in data) {
29
if (this.hasOwnProperty(dataKey)) {
30
- console.debug(dataKey, data[dataKey]);
31
-
32
this[dataKey] = data[dataKey]
33
}
34
0 commit comments