aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cyclone/hammer/testmess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cyclone/hammer/testmess.c b/cyclone/hammer/testmess.c
index 21ebb7b..46d62b7 100644
--- a/cyclone/hammer/testmess.c
+++ b/cyclone/hammer/testmess.c
@@ -45,8 +45,8 @@ static int testmess_makeroom(t_testmess *x, int natoms, int preserve)
{
int newsize = x->x_size * 2;
while (newsize < natoms) newsize *= 2;
- post("makeroom %s %d %d %d", x->x_method->s_name,
- preserve, natoms, newsize);
+/* post("makeroom %s %d %d %d", x->x_method->s_name,
+ preserve, natoms, newsize);*/
if (x->x_messbuf == x->x_messini)
{
if (!(x->x_messbuf =