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
1 changed files with 0 additions and 1 deletions

View File

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