* removed an extraneous debug line
authorArt Cancro <ajc@citadel.org>
Thu, 20 May 2010 17:56:13 +0000 (17:56 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 20 May 2010 17:56:13 +0000 (17:56 +0000)
citadel/modules/network/serv_network.c

index f09775e85c22db100a1c48eefdc7e73b1248b8c3..c8269f05a00128ef900e24e787079947f0251264 100644 (file)
@@ -1796,7 +1796,6 @@ void network_consolidate_spoolout(void) {
                                        ctdl_netout_dir, nexthop,
                                        filename
                                );
-                               CtdlLogPrintf(CTDL_DEBUG, "\033[31m%s\033[0m\n", cmd);
                                system(cmd);
                                network_talking_to(nexthop, NTT_REMOVE);
                        }