fix of human readable size and media info
[mir.git] / source / mir / generator / VelocityGenerator.java
index 030cae4..340aa4b 100755 (executable)
@@ -558,8 +558,6 @@ public class VelocityGenerator implements Generator {
         engine.init();
       }
       catch (Throwable t) {
-        t.printStackTrace(logger.asPrintWriter(LoggerWrapper.ERROR_MESSAGE));
-
         logger.error("Failed to set up a VelocityGeneratorLibrary: " + t.toString());
         throw new GeneratorFailure(t);
       }