diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-02-11 17:31:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-02-11 17:31:45 +0100 |
commit | 942841ef4d99522eed37609a24ecb8786cb51659 (patch) | |
tree | 70489b6936de0c0d388dd975003d295b0d8421e0 /src | |
parent | 1c5f0ae223653b38d1124fd3bd3833b56daa6203 (diff) |
remove debug printf3.1.2
Diffstat (limited to 'src')
-rw-r--r-- | src/winwidget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/winwidget.c b/src/winwidget.c index 4f5f4a6..bb4fdae 100644 --- a/src/winwidget.c +++ b/src/winwidget.c @@ -203,7 +203,6 @@ void winwidget_create_window(winwidget ret, int w, int h) } if (opt.paused) { - printf("name %s\n", ret->name); tmpname = estrjoin(" ", ret->name, "[Paused]", NULL); free(ret->name); ret->name = tmpname; |