summaryrefslogtreecommitdiff
path: root/opendc
diff options
context:
space:
mode:
Diffstat (limited to 'opendc')
-rw-r--r--opendc/util/path_parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc/util/path_parser.py b/opendc/util/path_parser.py
index 1bd19ee7..0c2fb493 100644
--- a/opendc/util/path_parser.py
+++ b/opendc/util/path_parser.py
@@ -20,7 +20,6 @@ def parse(version, endpoint_path):
break
if found:
- sys.stdout.flush()
return '{}/{}'.format(version, '/'.join(path_parts))
return None