From 26eab6ccb5b90128553ee1ec5de2bf4e54238388 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 09 Oct 2012 18:43:28 +0000 Subject: Fixup introduced log message Introduced by ccf1f88699be252029802881a6bee58b3cd5f7fe --- diff --git a/src/jarabe/desktop/viewcontainer.py b/src/jarabe/desktop/viewcontainer.py index 5e39a80..4ff690d 100644 --- a/src/jarabe/desktop/viewcontainer.py +++ b/src/jarabe/desktop/viewcontainer.py @@ -64,7 +64,6 @@ class ViewContainer(Gtk.Container): self.queue_resize() def do_size_allocate(self, allocation): - logging.debug('==> Viewcontainer: w=%s h=%s', allocation.width, allocation.height) self.set_allocation(allocation) if self._owner_icon: self._layout.setup(allocation, self._owner_icon, -- cgit v0.9.1