Skip to content

Commit

Permalink
Remove unused timing code
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow authored and laraross committed Sep 28, 2015
1 parent 7e8f9a5 commit 21761ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proselint/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import ntpath
import re
import textblob
import time


base_url = "prose.lifelinter.com/"
Expand Down Expand Up @@ -57,7 +56,6 @@ def lint(path):
blob = textblob.TextBlob(f.read())
errors = []
for check in checks:
start = time.time()
errors += check(blob)

# Sort the errors by line and column number.
Expand Down

0 comments on commit 21761ad

Please sign in to comment.