summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-29 22:11:02 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-29 22:11:02 +0100
commiteda70f337a14545dff634d678bafc140bedb61ce (patch)
treec1c7de9d77899037e13fdcea9259ae5a8d8318dc /source/view.c
parentc0e6e7c555c35163bcff5e5051e90c3b4bb79fe0 (diff)
Remove debug output.
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 4187f99f..ced5a388 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1381,7 +1381,6 @@ static int rofi_view_calculate_height ( RofiViewState *state )
if ( perc > 0){
height = (100*height)/(100-perc);
}
- printf("listview: %d\n", listview_get_desired_height ( state->list_view ));
return height;
}