[hackers] [wmii] Remove debugging statements in fs.c. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Sun, 11 Oct 2009 09:36:07 +0000 (UTC)

changeset: 2520:e205f02ace1c
user: Kris Maglione <jg_AT_suckless.org>
date: Fri Oct 09 16:40:33 2009 -0400
files: cmd/wmii/fs.c
description:
Remove debugging statements in fs.c.

diff -r 2a3d3807fbac -r e205f02ace1c cmd/wmii/fs.c
--- a/cmd/wmii/fs.c Tue Oct 06 22:58:00 2009 -0400
+++ b/cmd/wmii/fs.c Fri Oct 09 16:40:33 2009 -0400
@@ -535,8 +535,6 @@
                 return;
         case FsFCtags:
                 ixp_srv_data2cstring(r);
- print("%d\n", r->ifcall.io.count);
- print("%s\n", r->ifcall.io.data);
                 apply_tags(f->p.client, r->ifcall.io.data);
                 r->ofcall.io.count = r->ifcall.io.count;
                 respond(r, nil);
Received on Sun Oct 11 2009 - 09:36:07 UTC

This archive was generated by hypermail 2.2.0 : Sun Oct 11 2009 - 09:48:13 UTC