Skip to content
Snippets Groups Projects
Commit f63aeff1 authored by helene ortiz's avatar helene ortiz
Browse files

No commit message

No commit message
parent 1fdad53b
No related branches found
No related tags found
No related merge requests found
......@@ -164,11 +164,12 @@ public class ConfigManager {
while (tokenizer.hasMoreElements()) {
instrumentsAllowingPALFiles.add(tokenizer.nextToken());
}
/*
Iterator<String> iti = instrumentsAllowingPALFiles.iterator();
while (iti.hasNext()) {
String string = iti.next();
System.out.println("instrument " + string);
}
}*/
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment