Remove console logs

This commit is contained in:
billsonnn 2024-03-20 22:39:38 -04:00
parent df3bd5bf52
commit 6b51193b1d
2 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@ export class LayerData
{
if(!layer) return;
console.log(layer.ink);
this._tag = layer.tag;
this._ink = layer.ink;
this._alpha = layer.alpha;

View File

@ -56,7 +56,6 @@ export class SessionDataManager implements ISessionDataManager
public async init(): Promise<void>
{
console.log('do this')
await this._furnitureData.init();
await this._productData.init();