Skip to content

Commit

Permalink
remove DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Feb 21, 2025
1 parent 06549f5 commit a49a709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ledger/simulation/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,6 @@ func (p *resourcePopulator) populateResources(groupResourceTracker ResourceTrack

// Finally assign the remaining resources which just require one slot
for _, app := range groupResources.Apps {
fmt.Println("DEBUG", app)
err := p.addApp(app)
if err != nil {
return err
Expand Down

0 comments on commit a49a709

Please sign in to comment.