From 0843e25fdcfc9e6e197b39d668c29d8892240f1b Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:11:07 -0400 Subject: [PATCH] Remove debug logging --- Sources/ThemePark/SyntaxSpecifier.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/ThemePark/SyntaxSpecifier.swift b/Sources/ThemePark/SyntaxSpecifier.swift index 6a242be..5dd057e 100644 --- a/Sources/ThemePark/SyntaxSpecifier.swift +++ b/Sources/ThemePark/SyntaxSpecifier.swift @@ -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 }