comparison framework/Document.cpp @ 786:1089d65c585d tip

Divert some debug output away from stderr
author Chris Cannam
date Fri, 14 Aug 2020 10:46:44 +0100
parents 83a7b10b7415
children
comparison
equal deleted inserted replaced
785:e136dd3bb5c6 786:1089d65c585d
39 #include "data/model/AlignmentModel.h" 39 #include "data/model/AlignmentModel.h"
40 #include "align/Align.h" 40 #include "align/Align.h"
41 41
42 using std::vector; 42 using std::vector;
43 43
44 #define DEBUG_DOCUMENT 1 44 //#define DEBUG_DOCUMENT 1
45 45
46 //!!! still need to handle command history, documentRestored/documentModified 46 //!!! still need to handle command history, documentRestored/documentModified
47 47
48 Document::Document() : 48 Document::Document() :
49 m_autoAlignment(false), 49 m_autoAlignment(false),