Skip to content

Commit

Permalink
DOLAppVersion: Remove leftover debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Jun 24, 2023
1 parent bb28ea1 commit faa6133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/iOS/App/Common/Version/DOLAppVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import Foundation

switch (info["DOLBuildSource"] as! String) {
case "development":
buildSource = .official
buildSource = .development
case "unofficial":
buildSource = .unofficial
case "official":
Expand Down

0 comments on commit faa6133

Please sign in to comment.