Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Jan 28, 2025
1 parent d611e98 commit bbab838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jarvis_util/introspect/system_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def introspect_fs(self, exec_info, sudo=False):
on=['device', 'host'],
how='outer')
fs['mount'] = fs['fs_mount']
print(fs)
fs = self._find_common_mounts(fs, exec_info)
fs = self._label_user_mounts(fs)
fs = fs.drop_columns([
Expand Down

0 comments on commit bbab838

Please sign in to comment.