Skip to content

Commit

Permalink
dead
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed Dec 8, 2024
1 parent b486e87 commit 676c087
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions AlchemyPlugin/Sources/Macros/EnvMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,3 @@ private extension String {
return result.uppercased()
}
}

/*
var maxUploadSize: Int {
get {
guard let value = get("MAX_UPLOAD_SIZE", as: Int.self) else {
return 2 * 1024 * 1024
}

return value
}
set {
processVariables["MAX_UPLOAD_SIZE"] = String(newValue)
}
}
*/

0 comments on commit 676c087

Please sign in to comment.