1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Remove stray console.log

This commit is contained in:
Sam Rose 2023-10-25 15:33:53 +01:00
parent 402a53cacb
commit 0ac6b17ff0
No known key found for this signature in database

View file

@ -55,7 +55,6 @@
}
const refreshDefinitions = async () => {
console.log("woot")
await tables.fetch()
await datasources.fetch()
}