removed unnecessary import



git-svn-id: https://svn.apache.org/repos/asf/jakarta/velocity/engine/trunk@440684 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/velocity/runtime/log/StandardOutLogChute.java b/src/java/org/apache/velocity/runtime/log/StandardOutLogChute.java
index f664ee8..19f3761 100644
--- a/src/java/org/apache/velocity/runtime/log/StandardOutLogChute.java
+++ b/src/java/org/apache/velocity/runtime/log/StandardOutLogChute.java
@@ -16,7 +16,6 @@
 
 package org.apache.velocity.runtime.log;
 
-import org.apache.velocity.runtime.RuntimeConstants;
 import org.apache.velocity.runtime.RuntimeServices;
 
 /**