core: remove unused isBeta() function from installation module
parent
39845695ba
commit
d7766bc6eb
|
|
@ -53,10 +53,6 @@ export namespace Installation {
|
|||
return CHANNEL !== "latest"
|
||||
}
|
||||
|
||||
export function isBeta() {
|
||||
return CHANNEL === "beta"
|
||||
}
|
||||
|
||||
export function isLocal() {
|
||||
return CHANNEL === "local"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue