Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[trajinfocache] remove dbg logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Mar 11, 2016
1 parent 2a3753b commit f9f5cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyemma/coordinates/data/util/traj_info_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def __eq__(self, other):
def create_traj_info(db_val):
assert isinstance(db_val, (six.string_types, bytes))
if six.PY3 and isinstance(db_val, six.string_types):
logger.warn("db_val is str, converting to utf8 bytes")
db_val = bytes(db_val.encode('utf-8', errors='ignore'))
fh = BytesIO(db_val)

Expand Down

0 comments on commit f9f5cbd

Please sign in to comment.