Remover leftover

This commit is contained in:
Vivien Nicolas 2011-07-19 14:23:57 +02:00
parent c6c72291d9
commit 913504a937

View File

@ -404,7 +404,6 @@ var Font = (function Font() {
// Repair the TrueType file if it is can be damaged in the point of // Repair the TrueType file if it is can be damaged in the point of
// view of the sanitizer // view of the sanitizer
data = this.checkAndRepair(name, file, properties); data = this.checkAndRepair(name, file, properties);
writeToFile(data, "/tmp/file." + this.name + ".ttf");
break; break;
default: default: