Remove more debug tracers

trunk
Una Thompson 2019-09-05 16:45:31 -07:00
rodzic 094db5dd48
commit 9c95d8e32c
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -143,9 +143,6 @@ public class JortageProxy {
response.sendError(400);
return;
} else {
for (Map.Entry<String, String> en : paths.entrySet()) {
System.out.println(en);
}
String identity = split.get(0);
String name = split.get(1);
String key = buildKey(identity, name);