Skip to content
Snippets Groups Projects
Commit 51cf1da6 authored by dx's avatar dx
Browse files

remove leftover print

parent b7f0e501
No related branches found
No related tags found
1 merge request!651st3m/application: way nicer error display on BundleLoadException
Pipeline #12654 passed
......@@ -321,7 +321,6 @@ class LoadErrorView(BaseView):
view_start = max(0, int(self.scroll_pos))
view_end = min(len(self.lines), view_start + self.max_lines)
print(view_start, view_end, self.scroll_pos)
for line in self.lines[view_start:view_end]:
ctx.move_to(-100, y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment