summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 86e15b19f..59c529742 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -547,7 +547,6 @@ class ServerMethods():
fh = open(filename, "r")
lines = fh.readlines()
fh.close()
- lines.reverse()
if offset >= len(lines):
return None