Skip to content

Commit 27e5b35

Browse files
author
tehalexf
committed
#104 Stopped sorting the tutors
1 parent 9c6ea5e commit 27e5b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

athena/src/main/java/org/dcsc/athena/objects/AxisQueue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public synchronized ArrayList<HashMap<String, String>> getTutorList() {
166166
if (DEBUG_MODE) {
167167
ArrayList<HashMap<String, String>> finalList = new ArrayList<HashMap<String, String>>();
168168
List sortedKeys = new ArrayList<TutorExtension>(currentTutorsInQueue.keySet());
169-
Collections.sort(sortedKeys);
169+
// Collections.sort(sortedKeys);
170170

171171

172172
for (Object t : sortedKeys) {

0 commit comments

Comments
 (0)