Commit 0ffdcfe6 authored by leswing's avatar leswing
Browse files

Remove debug line

parent 82a0a753
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -425,7 +425,6 @@ class TensorGraph(Model):

    # Pickle itself
    pickle_name = os.path.join(self.model_dir, "model.pickle")
    self.get_pickling_errors(self)
    with open(pickle_name, 'wb') as fout:
      try:
        pickle.dump(self, fout)