From 2f91d8ed4d607cb02444c78dbe09ff53b9a5c6d1 Mon Sep 17 00:00:00 2001 From: Lukáš Lalinský Date: Wed, 3 Jun 2009 14:49:24 +0200 Subject: Remove debug warning --- src/diagramdocument.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/diagramdocument.cpp b/src/diagramdocument.cpp index 9e22052..af2f4ec 100644 --- a/src/diagramdocument.cpp +++ b/src/diagramdocument.cpp @@ -85,7 +85,6 @@ DiagramDocument::setNotation(Notation notation) // FIXME foreach (Line *line, itemsByType()) { updateLineLayout(line); - qDebug() << (void *)line; } update(); } -- cgit v1.2.3-54-g00ecf