Skip to content

Commit

Permalink
removed logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
james gilbert committed Mar 9, 2018
1 parent 5cde6c6 commit 61247d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cigram/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@

UNLIKELY = -214741

FORMAT = '%(asctime)s %(message)s'
logging.basicConfig(format=FORMAT, datefmt='%m/%d/%Y %I:%M:%S %p')
# The same logging as the C++ code
logger = logging.getLogger('cigram.generators')
logger.setLevel(logging.DEBUG)


def cigram_graph(n, avg_deg, k,
Expand Down

0 comments on commit 61247d5

Please sign in to comment.