mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
Remove console logs
This commit is contained in:
parent
df3bd5bf52
commit
6b51193b1d
@ -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;
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user