From dc3ea3242a0d27ed3abecb2726000daf053d2965 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 18 Jun 2015 08:37:52 +0000 Subject: removed logpost() from cyclone objects for now svn path=/trunk/externals/miXed/; revision=17491 --- cyclone/hammer/funbuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cyclone/hammer/funbuff.c') diff --git a/cyclone/hammer/funbuff.c b/cyclone/hammer/funbuff.c index f192896..18928b3 100644 --- a/cyclone/hammer/funbuff.c +++ b/cyclone/hammer/funbuff.c @@ -530,6 +530,6 @@ void funbuff_setup(void) gensym("debug"), A_DEFFLOAT, 0); #endif hammerfile_setup(funbuff_class, 1); - logpost(NULL, 4, "this is cyclone/funbuff %s, %dth %s build", - CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE); +// logpost(NULL, 4, "this is cyclone/funbuff %s, %dth %s build", +// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE); } -- cgit v1.2.1