mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #5555 from dokku/josegonzalez-patch-1
Drop debugging code from ps plugin
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user