script highlighting fixed 2

This commit is contained in:
honfika@gmail.com
2014-12-05 17:45:51 +01:00
parent efafd6b896
commit a69484a003
2 changed files with 24 additions and 21 deletions

View File

@@ -977,7 +977,6 @@ public final class SWF implements SWFContainerItem, Timelined {
};
int currentIndex = index.getAndIncrement();
synchronized (ABC.class) {
long time = stopTime - startTime;
informListeners("exporting", "Exporting script " + currentIndex + "/" + count + " " + path);
}
new RetryTask(rio, handler).run();