Skip to content

Commit

Permalink
Remove URL from output
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Sep 28, 2015
1 parent 6fad111 commit af0e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proselint/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def log_error(filename, line, column, error_code, msg):
str(1 + line) + ":" +
str(1 + column) + ": " +
error_code + " " +
msg + " " + base_url + error_code)
msg)


def run_initialization():
Expand Down

0 comments on commit af0e7d5

Please sign in to comment.