Remove stray console.log
This commit is contained in:
parent
402a53cacb
commit
0ac6b17ff0
|
@ -55,7 +55,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const refreshDefinitions = async () => {
|
const refreshDefinitions = async () => {
|
||||||
console.log("woot")
|
|
||||||
await tables.fetch()
|
await tables.fetch()
|
||||||
await datasources.fetch()
|
await datasources.fetch()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue