diff --git a/runtime/caches/fileSystem.ts b/runtime/caches/fileSystem.ts index ee5bff62..8fc0a03d 100644 --- a/runtime/caches/fileSystem.ts +++ b/runtime/caches/fileSystem.ts @@ -113,7 +113,6 @@ function createFileSystemCache(): CacheStorage { await Deno.remove(filePath); return true; } catch (err) { - logger.error(`error when deleting from file system, ${err}`); return false; } }