forked from JavaTX/JavaCompilerCore
Methode"writeLog" auskommentiert.
This commit is contained in:
parent
d9cda2779f
commit
f9c0ea8b52
@ -1405,6 +1405,7 @@ public class TypeUnifyTask extends RecursiveTask<Set<Set<UnifyPair>>> {
|
||||
}
|
||||
|
||||
void writeLog(String str) {
|
||||
/*
|
||||
if (log) {
|
||||
try {
|
||||
logFile.write(str+"\n");
|
||||
@ -1413,5 +1414,6 @@ public class TypeUnifyTask extends RecursiveTask<Set<Set<UnifyPair>>> {
|
||||
}
|
||||
catch (IOException e) { }
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user