[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
- Previous message: [rkward-cvs] rkward Doxyfile,1.1,1.2
- Next message: [rkward-cvs] rkward acinclude.m4,1.2,1.3 aclocal.m4,1.2,1.3 configure,1.24,1.25 configure.files,1.6,1.7 configure.in,1.24,1.25 subdirs,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [rkward-cvs] rkward Doxyfile,1.1,1.2
- Next message: [rkward-cvs] rkward acinclude.m4,1.2,1.3 aclocal.m4,1.2,1.3 configure,1.24,1.25 configure.files,1.6,1.7 configure.in,1.24,1.25 subdirs,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list