chore(tooling): disable console log

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-03 08:53:33 +02:00
committed by Braks
parent a105d4c0bf
commit 491fdb04e1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -58,5 +58,6 @@ async function patchSlots() {
}
patchSlots()
// eslint-disable-next-line no-console
.then(() => console.log('slots patched'))
.catch(console.error)