Skip to content

Commit

Permalink
Removing debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtrex committed Feb 25, 2018
1 parent d647a10 commit c1d49d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rlpy/MDPSolvers/MDPSolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import division
from __future__ import absolute_import

# from builtins import open
from builtins import int
from future import standard_library
standard_library.install_aliases()
Expand Down Expand Up @@ -164,9 +163,6 @@ def saveStats(self):
print(">>> ", fullpath_output)
checkNCreateDirectory(self.project_path + '/')
with open(fullpath_output, "w") as f:
print("BOO", self.result)
for k, v in self.result.items():
print(type(k), type(v))
json.dump(self.result, f, indent=4, sort_keys=True)

def hasTime(self):
Expand Down

0 comments on commit c1d49d5

Please sign in to comment.