app: some more constructor security
[staging/windowmanager.git] / src / app.cpp
index 779997a..db0a5e3 100644 (file)
@@ -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);