diff options
author | N.N. <electrickery@users.sourceforge.net> | 2015-06-18 08:37:52 +0000 |
---|---|---|
committer | N.N. <electrickery@users.sourceforge.net> | 2015-06-18 08:37:52 +0000 |
commit | dc3ea3242a0d27ed3abecb2726000daf053d2965 (patch) | |
tree | b21506ec00f4bf56309e9c7048a949f03c854bd5 /cyclone/hammer/funbuff.c | |
parent | a00c146abdbf4a287a9070bb3444e05be1e1c729 (diff) |
removed logpost() from cyclone objects for now
svn path=/trunk/externals/miXed/; revision=17491
Diffstat (limited to 'cyclone/hammer/funbuff.c')
-rw-r--r-- | cyclone/hammer/funbuff.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |