Skip to content

Commit

Permalink
Remove debug print call
Browse files Browse the repository at this point in the history
  • Loading branch information
AileenLumina committed May 15, 2018
1 parent 4b8d31b commit 34956df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nx/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def mount(self):

def commit(self):
"""Commits the savedata filesystem."""
print(_nx.__dict__)
_nx.fsdev_commit_device('save')

def unmount(self):
Expand Down

0 comments on commit 34956df

Please sign in to comment.