refactor(ags): remove useless print
This commit is contained in:
parent
931376fb67
commit
53275e6372
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ export const Closer = Window({
|
|||
if (!Array.from(ags.App.windows).some(w => w[1].visible &&
|
||||
!ALWAYS_OPEN.some(window => window === w[0]))) {
|
||||
closeWindow('closer');
|
||||
print('hi')
|
||||
}
|
||||
}]],
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue