diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-18 02:20:21 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-18 02:20:21 +0000 |
| commit | 3e7faea771dc06753bfbe3c319c046d839ee039c (patch) | |
| tree | 23ba8843cf2ebd46bb0038c1816dd296ce92741f /src/desktop.cpp | |
| parent | Semi-fix for Join type on closed paths (diff) | |
| parent | Latvian translation update (diff) | |
| download | inkscape-3e7faea771dc06753bfbe3c319c046d839ee039c.tar.gz inkscape-3e7faea771dc06753bfbe3c319c046d839ee039c.zip | |
Update to trunk
(bzr r13090.1.60)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 22c00d4f1..b61f6867f 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1699,7 +1699,6 @@ _layer_hierarchy_changed(SPObject */*top*/, SPObject *bottom, /// Called when document is starting to be rebuilt. static void _reconstruction_start(SPDesktop * desktop) { - g_debug("Desktop, starting reconstruction\n"); desktop->_reconstruction_old_layer_id = desktop->currentLayer()->getId() ? desktop->currentLayer()->getId() : ""; desktop->layers->reset(); @@ -1710,8 +1709,6 @@ static void _reconstruction_start(SPDesktop * desktop) } */ desktop->selection->clear(); - - g_debug("Desktop, starting reconstruction end\n"); } /// Called when document rebuild is finished. |
