aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
authorokan2015-08-25 19:52:02 +0000
committerokan2015-08-25 19:52:02 +0000
commit06107b8a571dbdb637ce94319455ef62254009f5 (patch)
treed35201fc26c594ecc7322c3846c56746e22c73a3 /group.c
parentbd1acc3e94f8002d5b5796f67eac6eb6755dcceb (diff)
downloadcwm-06107b8a571dbdb637ce94319455ef62254009f5.tar.gz
oops; remove left over debug print
Diffstat (limited to 'group.c')
-rw-r--r--group.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/group.c b/group.c
index 19b5963..6e2b7a4 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: group.c,v 1.116 2015/08/25 19:49:19 okan Exp $
+ * $OpenBSD: group.c,v 1.117 2015/08/25 19:52:02 okan Exp $
*/
#include <sys/types.h>
@@ -132,8 +132,6 @@ group_init(struct screen_ctx *sc, int num)
gc->num = num;
TAILQ_INIT(&gc->clientq);
- fprintf(stderr, "%d: %s\n", gc->num, gc->name);
-
TAILQ_INSERT_TAIL(&sc->groupq, gc, entry);
if (num == 1)