PERFORCE change 125077 for review
Andrew Turner
andrew at FreeBSD.org
Sun Aug 12 04:11:40 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125077
Change 125077 by andrew at andrew_hermies on 2007/08/12 11:11:39
Remove debugging output from the comms library
Affected files ...
.. //depot/projects/soc2007/andrew-update/lib/facund_server.c#12 edit
Differences ...
==== //depot/projects/soc2007/andrew-update/lib/facund_server.c#12 (text+ko) ====
@@ -190,7 +190,6 @@
struct facund_conn *conn;
char *str;
- printf("> %s\n", name);
conn = data;
if (conn->current_call[0] == '\0' && strcmp(name, "call") == 0) {
@@ -282,7 +281,6 @@
{
struct facund_conn *conn;
- printf("< %s\n", name);
conn = data;
if (strcmp(name, "call") == 0) {
More information about the p4-projects
mailing list