[FIX] Removed excess print
This commit is contained in:
parent
7d34fcfce8
commit
b989f6efbe
1 changed files with 0 additions and 1 deletions
|
@ -63,6 +63,5 @@ export function getServerContainer(serverSpec) {
|
||||||
|
|
||||||
export function getBackupContainer(serverSpec) {
|
export function getBackupContainer(serverSpec) {
|
||||||
const container = loadYaml("lib/k8s/configs/containers/minecraft-backup.yml");
|
const container = loadYaml("lib/k8s/configs/containers/minecraft-backup.yml");
|
||||||
console.log(serverSpec);
|
|
||||||
return container;
|
return container;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue