summaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 779997a..db0a5e3 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -297,7 +297,6 @@ void App::surface_set_layout(uint32_t surface_id) {
if (h < 0) {
h = this->controller->output_size.h + 1 + h;
}
- logdebug("Computed rect={ %d, %d, %d, %d }", x, y, w, h);
// configure surface to wxh dimensions
s->set_configuration(w, h);