rm log statement
This commit is contained in:
@@ -105,9 +105,6 @@ export namespace ModelsDev {
|
|||||||
|
|
||||||
export async function refresh() {
|
export async function refresh() {
|
||||||
const file = Bun.file(filepath)
|
const file = Bun.file(filepath)
|
||||||
log.info("refreshing", {
|
|
||||||
file,
|
|
||||||
})
|
|
||||||
const result = await fetch(`${url()}/api.json`, {
|
const result = await fetch(`${url()}/api.json`, {
|
||||||
headers: {
|
headers: {
|
||||||
"User-Agent": Installation.USER_AGENT,
|
"User-Agent": Installation.USER_AGENT,
|
||||||
|
|||||||
Reference in New Issue
Block a user