We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301f99a commit d040740Copy full SHA for d040740
org/w3c/css/index/IndexGenerator.java
@@ -131,7 +131,7 @@ public static synchronized void generatesIndex(boolean servlet) {
131
++count;
132
}
133
134
- Velocity.getLog().info("IndexGenerator : " + count + " index file(s) created or modified");
+ // Velocity.getLog().info("IndexGenerator : " + count + " index file(s) created or modified");
135
done = true;
136
} catch (ResourceNotFoundException e) {
137
e.printStackTrace();
0 commit comments