diff --git a/source/funkin/util/macro/GitCommit.hx b/source/funkin/util/macro/GitCommit.hx index b3ddd2b7e..86b8ebe68 100644 --- a/source/funkin/util/macro/GitCommit.hx +++ b/source/funkin/util/macro/GitCommit.hx @@ -1,7 +1,6 @@ package funkin.util.macro; #if !display -#if (debug || FORCE_DEBUG_VERSION) class GitCommit { /** @@ -66,4 +65,3 @@ class GitCommit } } #end -#end