Skip to content

Commit d040740

Browse files
committed
no need to log
1 parent 301f99a commit d040740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/w3c/css/index/IndexGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public static synchronized void generatesIndex(boolean servlet) {
131131
++count;
132132
}
133133
}
134-
Velocity.getLog().info("IndexGenerator : " + count + " index file(s) created or modified");
134+
// Velocity.getLog().info("IndexGenerator : " + count + " index file(s) created or modified");
135135
done = true;
136136
} catch (ResourceNotFoundException e) {
137137
e.printStackTrace();

0 commit comments

Comments
 (0)