Skip to content

Commit d7fefed

Browse files
committed
disable print statement
1 parent 49b3993 commit d7fefed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftTSGo/ESBuildBuild.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,6 @@ public func esbuildBuild(
10291029
// Handle all file loading
10301030
build.onLoad(filter: ".*", namespace: namespace) { args in
10311031
do {
1032-
print("resolver.onLoad", args.path)
10331032
if let fileResolver = try await resolver(args.path) {
10341033
if case let .file(content) = fileResolver {
10351034
return ESBuildOnLoadResult(

0 commit comments

Comments
 (0)