From cfd68a4e9b819cf5a4f5b7541f965f17bfdeaa21 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 7 Jun 2023 11:14:21 -0700 Subject: Remove log --- src/bun.js/api/JSBundler.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bun.js/api/JSBundler.zig b/src/bun.js/api/JSBundler.zig index 888e94b1f..21003eabf 100644 --- a/src/bun.js/api/JSBundler.zig +++ b/src/bun.js/api/JSBundler.zig @@ -952,7 +952,6 @@ pub const JSBundler = struct { const importer_string = ZigString.fromUTF8(importer); // TODO: improve this for virtual modules const resolve_dir = std.fs.path.dirname(importer) orelse "/"; - std.debug.print("{s}\n", .{resolve_dir}); const resolve_dir_string = ZigString.fromUTF8(resolve_dir); JSBundlerPlugin__matchOnResolve(globalThis, this, &namespace_string, &path_string, &importer_string, context, @enumToInt(import_record_kind), &resolve_dir_string); } -- cgit v1.2.3