diff options
Diffstat (limited to 'std/wasi')
-rw-r--r-- | std/wasi/snapshot_preview1.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/std/wasi/snapshot_preview1.ts b/std/wasi/snapshot_preview1.ts index c8246b280..1d9549f15 100644 --- a/std/wasi/snapshot_preview1.ts +++ b/std/wasi/snapshot_preview1.ts @@ -1219,8 +1219,6 @@ export default class Context { ) { try { path = Deno.realPathSync(resolvedPath); - - console.log("RESOLVED REAL PATH: %s", path); if (relative(entry.path, path).startsWith("..")) { return ERRNO_NOTCAPABLE; } |