summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorDaniel van Vugt <daniel.van.vugt@canonical.com>2012-06-27 15:09:40 +0800
committerDaniel van Vugt <daniel.van.vugt@canonical.com>2012-06-27 15:09:40 +0800
commit4d7109c4245d154625038886878b500b158d928d (patch)
treeec274774826c938163bff9b12bb12ccc33d13f17 /plugins
parentd0948384b7b098544b22ca0e35c0857bf87c3ad6 (diff)
Remove debug code.
(bzr r2399.1.70)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/unityshell.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index eeaff96c6..addc7d71e 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -1221,10 +1221,6 @@ bool UnityScreen::glPaintOutput(const GLScreenPaintAttrib& attrib,
bool force = forcePaintOnTop() || PluginAdapter::Default()->IsExpoActive();
doShellRepaint = force || !(region.isEmpty() || wt->GetDrawList().empty());
- g_print("vv: glPaintOutput %u %s",
- output->id(),
- doShellRepaint ? "REPAINT" : "idle");
-
allowWindowPaint = true;
_last_output = output;
paint_panel_ = false;
@@ -1253,11 +1249,7 @@ bool UnityScreen::glPaintOutput(const GLScreenPaintAttrib& attrib,
#ifndef USE_MODERN_COMPIZ_GL
if (doShellRepaint && !force && aboveShell.contains(*output))
- {
- g_print("-cancelled");
doShellRepaint = false;
- }
- g_print("\n");
if (doShellRepaint)
paintDisplay(region, transform, mask);