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/shadow/nettles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cyclone/shadow/nettles.c') diff --git a/cyclone/shadow/nettles.c b/cyclone/shadow/nettles.c index c9ddb04..ae04894 100644 --- a/cyclone/shadow/nettles.c +++ b/cyclone/shadow/nettles.c @@ -568,8 +568,8 @@ void nettles_setup(void) gensym("set"), A_FLOAT, 0); class_sethelpsymbol(sigaccum_class, gensym("nettles")); - logpost(NULL, 4, "this is cyclone/nettles %s, %dth %s build", - CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE); +// logpost(NULL, 4, "this is cyclone/nettles %s, %dth %s build", +// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE); } void allnettles_setup(void) -- cgit v1.2.1