Skip to content

Commit

Permalink
remove extraneous logger.debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Nov 12, 2017
1 parent 4c9ce97 commit d5cca46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lasio/las.py
Expand Up @@ -333,7 +333,6 @@ def match_raw_section(self, pattern, re_func="match", flags=re.IGNORECASE):
Intended for internal use only.
'''
logger.debug('raw_sections {}'.format(self.raw_sections))
for title in self.raw_sections.keys():
title = title.strip()
p = re.compile(pattern, flags=flags)
Expand Down
2 changes: 0 additions & 2 deletions lasio/reader.py
Expand Up @@ -404,8 +404,6 @@ def get_substitutions(read_policy, null_policy):
version_NULL = True
else:
all_subs.append(item)
logger.debug('policy = {}'.format(policy))
logger.debug('all_subs = {}'.format(all_subs))
for item in all_subs:
try:
iter(item)
Expand Down

0 comments on commit d5cca46

Please sign in to comment.