diff options
Diffstat (limited to 'cyclone/hammer/coll.c')
-rw-r--r-- | cyclone/hammer/coll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cyclone/hammer/coll.c b/cyclone/hammer/coll.c index 94b28ee..2b57fa8 100644 --- a/cyclone/hammer/coll.c +++ b/cyclone/hammer/coll.c @@ -1650,6 +1650,6 @@ void coll_setup(void) class itself has been already set up above), but it is better to have it around, just in case... */ hammerfile_setup(collcommon_class, 0); - logpost(NULL, 4, "this is cyclone/coll %s, %dth %s build", - CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE); +// logpost(NULL, 4, "this is cyclone/coll %s, %dth %s build", +// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE); } |