Skip to content

Commit 732f0c9

Browse files
committed
Swift Utils: remove a left over debug log message
1 parent 7c3a63b commit 732f0c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftCompilerSources/Sources/Basic/Utils.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import std
2424
public func assert(_ condition: Bool, _ message: @autoclosure () -> String,
2525
file: StaticString = #fileID, line: UInt = #line) {
2626
if !condition {
27-
print("### basic")
2827
fatalError(message(), file: file, line: line)
2928
}
3029
}

0 commit comments

Comments
 (0)