Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 24, 2024
1 parent d2ad242 commit 0843e25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/ThemePark/SyntaxSpecifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public enum SyntaxSpecifier: Hashable, Sendable {
case context

public init?(highlightsQueryCapture name: String) {
print(name)
guard let specififer = SyntaxSpecifier.treeSitterQueryCaptureMap[name] else {
return nil
}
Expand Down

0 comments on commit 0843e25

Please sign in to comment.