branchitem.cpp
changeset 769 a6931cd6309a
parent 768 382a444f5b0c
child 771 01f2f6d6789d
     1.1 --- a/branchitem.cpp	Thu May 14 12:42:58 2009 +0000
     1.2 +++ b/branchitem.cpp	Fri May 15 15:22:15 2009 +0000
     1.3 @@ -47,7 +47,6 @@
     1.4  
     1.5  QString BranchItem::saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset) //FIXME-1
     1.6  {
     1.7 -		cout << "BI::saveToDir: "<<getHeadingStd()<<endl;
     1.8  	// Cloudy stuff can be hidden during exports
     1.9  	if (hidden) return QString();
    1.10  
    1.11 @@ -55,7 +54,6 @@
    1.12  	BranchObj *bo=(BranchObj*)lmo;
    1.13  
    1.14  	// Update of note is usually done while unselecting a branch
    1.15 -	// if (isNoteInEditor) getNoteFromTextEditor();	// FIXME-0 check that this still works...
    1.16  	
    1.17  	QString scrolledAttr;
    1.18  	if (scrolled)