remove log lines

This commit is contained in:
rebeyond
2018-06-14 01:11:08 -07:00
parent b75384143b
commit f0bb17411c
+2 -2
View File
@@ -228,7 +228,7 @@ public class Agent {
}
catch(Exception e)
{
e.printStackTrace();
//pass
}
}
@@ -244,4 +244,4 @@ public class Agent {
bs.append(l).append("\n");
}
}
}
}