Skip to content

Commit 34956df

Browse files
committed
Remove debug print call
1 parent 4b8d31b commit 34956df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nx/filesystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def mount(self):
151151

152152
def commit(self):
153153
"""Commits the savedata filesystem."""
154-
print(_nx.__dict__)
155154
_nx.fsdev_commit_device('save')
156155

157156
def unmount(self):

0 commit comments

Comments
 (0)