[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 1738
Date       : Mon Sep  4 16:23:34 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/fthrattr.cpp

Remove debugging code for last check-in that is no longer needed


Diff:
Index: Trunk/XaraLX/Kernel/fthrattr.cpp
===================================================================
--- Trunk/XaraLX/Kernel/fthrattr.cpp	(revision 1737)
+++ Trunk/XaraLX/Kernel/fthrattr.cpp	(revision 1738)
@@ -2313,8 +2313,6 @@
 				
 				if (ok) ok = InsertNode(pAttr);
 
-				TRACEUSER( "luke", _T("HFR %x %d %d"), pAttr->FindParent(), pBaseCamelotFilter->GetInsertMode() == INSERTMODE_ATTACHTOTREE, ok );
-
 				// Set the m_Node pointer (TODO remove)
 				if (ok && pBaseCamelotFilter->GetInsertMode()==INSERTMODE_ATTACHTOTREE)
 					pValue->SetLinkedNode((NodeRenderableBounded*)pAttr->FindParent());


Xara