Skip to content

Commit 4cb5091

Browse files
committed
[NFC] Remove stray Python string
The string seemingly ended up there by mistake. Its value is simply getting discarded, which is probably why nobody noticed it.
1 parent 6ab1c0e commit 4cb5091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lnt/server/ui/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,6 @@ def rules():
17841784
def log():
17851785
with open(current_app.config['log_file_name'], 'r') as f:
17861786
log_lines = f.readlines()
1787-
r'2017-07-21 15:02:15,143 ERROR:'
17881787
return render_template("log.html", log_lines=log_lines)
17891788

17901789

0 commit comments

Comments
 (0)