Merge pull request #5555 from dokku/josegonzalez-patch-1

Drop debugging code from ps plugin
This commit is contained in:
josegonzalez
2022-12-28 23:51:47 -05:00
committed by GitHub

View File

@@ -308,10 +308,6 @@ func updateScale(appName string, clearExisting bool, formationUpdates FormationS
}
}
if common.FileExists(getProcessSpecificProcfile(appName)) {
common.CatFile(getProcessSpecificProcfile(appName))
}
foundProcessTypes := map[string]bool{}
updatedFormation := FormationSlice{}
for _, formation := range formationUpdates {