Skip to content

Commit

Permalink
removed unused debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ail1020 authored Aug 14, 2018
1 parent 194da05 commit cfcc557
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions noisy.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ def crawl(self):
logging.info("Timeout has exceeded, exiting")
return

logging.debug("No more links were found")


def main():
parser = argparse.ArgumentParser()
parser.add_argument('--log', metavar='-l', type=str, help='logging level', default='info')
Expand Down

0 comments on commit cfcc557

Please sign in to comment.