added logging

This commit is contained in:
Alt, Michael 2019-12-17 14:46:50 +01:00
parent 2d76947751
commit 7f0e554dea
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ export default class Display {
let ready = true;
while (ready && this._renderQ.length > 0) {
const a = this._renderQ[0];
console.log(a);
Log.Debug(a);
switch (a.type) {
case 'flip':
this.flip(true);