[rkward-cvs] rkward/rkward/dataeditor rkeditordataframe.cpp,1.28,1.29

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Oct 2 14:44:16 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/dataeditor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4041

Modified Files:
	rkeditordataframe.cpp 
Log Message:
Remove temporary debug output

Index: rkeditordataframe.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dataeditor/rkeditordataframe.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** rkeditordataframe.cpp	2 Oct 2005 14:28:24 -0000	1.28
--- rkeditordataframe.cpp	2 Oct 2005 14:44:14 -0000	1.29
***************
*** 122,126 ****
  		// set the names and meta-information
  		for (int i = 0; i < command->stringVectorLength (); ++i) {
- 			qDebug ("alive %d of %d", i+1, command->stringVectorLength ());
  			if (numTrueCols () <= i) {
  				insertNewColumn ();
--- 122,125 ----





More information about the rkward-tracker mailing list