rm log statement

This commit is contained in:
Aiden Cline
2026-01-25 12:44:06 -05:00
parent 056186225b
commit e49306b86c

View File

@@ -105,9 +105,6 @@ export namespace ModelsDev {
export async function refresh() {
const file = Bun.file(filepath)
log.info("refreshing", {
file,
})
const result = await fetch(`${url()}/api.json`, {
headers: {
"User-Agent": Installation.USER_AGENT,