[dasher] Comment out debug output.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Comment out debug output.
- Date: Mon, 17 May 2010 11:43:49 +0000 (UTC)
commit 7d929d7e241f43cd283deb15373d25da86da59ba
Author: Patrick Welche <prlw1 cam ac uk>
Date: Fri May 14 15:18:40 2010 +0100
Comment out debug output.
Src/DasherCore/DasherModel.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/DasherModel.cpp b/Src/DasherCore/DasherModel.cpp
index 956fb7c..38cca6d 100644
--- a/Src/DasherCore/DasherModel.cpp
+++ b/Src/DasherCore/DasherModel.cpp
@@ -523,7 +523,7 @@ void CDasherModel::NewGoTo(myint newRootmin, myint newRootmax, Dasher::VECTOR_SY
m_Root->DeleteNephews(pChild);
RecursiveMakeRoot(pChild);
temp=m_deGotoQueue.back(); m_deGotoQueue.pop_back();
- std::cout << "NewGoto Recursing - was (" << newRootmin << "," << newRootmax << "), now (" << temp.iN1 << "," << temp.iN2 << ")" << std::endl;
+ // std::cout << "NewGoto Recursing - was (" << newRootmin << "," << newRootmax << "), now (" << temp.iN1 << "," << temp.iN2 << ")" << std::endl;
NewGoTo(temp.iN1, temp.iN2, pAdded,pNumDeleted);
}
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]