очистка отладочной печати. тоже кое-что накопилось.
This commit is contained in:
@@ -22,7 +22,6 @@ public abstract class RepositoryClient {
|
||||
if (isPrintOn()) {
|
||||
FileWriter testLog = new FileWriter(getClass().getSimpleName() + "_Log.txt", true);
|
||||
String dmessage = Utils_.Brackets(new Date()) + " " + message;
|
||||
System.out.println(dmessage);
|
||||
testLog.write(dmessage + "\n");
|
||||
testLog.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user