Skip to content

Commit

Permalink
Remove print statement!
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Dec 12, 2016
1 parent 0e4229f commit 984b4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion jsondb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .db import Database

__version__ = '0.1.4'
__version__ = '0.1.5'
__author__ = 'Gunther Cox'
__email__ = '[email protected]'
__url__ = 'https://github.com/gunthercox/jsondb'
3 changes: 0 additions & 3 deletions jsondb/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ def set_path(self, file_path):
Set the path of the database.
Create the file if it does not exist.
"""

print(dir(self))

if not file_path:
self.read_data = self.memory_read
self.write_data = self.memory_write
Expand Down

0 comments on commit 984b4db

Please sign in to comment.