Skip to content

Commit

Permalink
remove prettyprint() from ecmdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhouyang Lian authored and Zhouyang Lian committed Jan 31, 2019
1 parent 3fdebbe commit 69a1b90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions datanator/data_source/ecmdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import warnings
import zipfile

#debugging
import pprint
# #debugging
# import pprint

Base = sqlalchemy.ext.declarative.declarative_base()
# :obj:`Base`: base model for local sqlite database
Expand Down Expand Up @@ -370,9 +370,9 @@ def load_content(self):

compound.concentrations.append(concentration)
#debugging
print('compound.references')
compound.concentrations.prettyprint()
print('')
# print('compound.references')
# compound.concentrations.prettyprint()
# print('')
#///

# cross references
Expand Down

0 comments on commit 69a1b90

Please sign in to comment.