]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/network/serv_network.c
* removed an extraneous debug line
[citadel.git] / 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);
                        }