Skip to content

Commit

Permalink
Rm debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Nov 15, 2013
1 parent f3c3fad commit 9df6e19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion changes/probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def probe_project(module_name):
# `requirements.txt`
requirements_file, requirements = get_requirements()
has_requirements = exists(requirements_file)
log.info('%s? %s', requirements, has_requirements)

if has_requirements:
# supports executing tests with `nosetests` or `tox`
Expand Down

0 comments on commit 9df6e19

Please sign in to comment.