diff --git a/Sources/Private/Utility/Debugging/LayerDebugging.swift b/Sources/Private/Utility/Debugging/LayerDebugging.swift index 601ec870f7..ec526483da 100644 --- a/Sources/Private/Utility/Debugging/LayerDebugging.swift +++ b/Sources/Private/Utility/Debugging/LayerDebugging.swift @@ -5,6 +5,8 @@ // Created by Brandon Withrow on 1/24/19. // +#if DEBUG + import QuartzCore // MARK: - LayerDebugStyle @@ -220,3 +222,5 @@ extension [LayerModel] { } } + +#endif