Skip to content

Commit

Permalink
Merge pull request #114 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Remove dev df print
  • Loading branch information
lukemartinlogan authored Jan 24, 2025
2 parents f7e75cb + ef5bf35 commit fdff8d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/builtin/hermes_run/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def _configure(self, **kwargs):
if len(dev_df) == 0:
raise Exception('Hermes needs at least one storage device')

print(dev_df)
devs = dev_df.rows
self.config['borg_paths'] = []
for i, dev in enumerate(devs):
Expand Down

0 comments on commit fdff8d7

Please sign in to comment.