-rw-r--r-- | microkde/ofileselector_p.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microkde/ofileselector_p.cpp b/microkde/ofileselector_p.cpp index 488dee2..f4f112e 100644 --- a/microkde/ofileselector_p.cpp +++ b/microkde/ofileselector_p.cpp @@ -366,3 +366,3 @@ void OFileViewFileListView::reread( bool all ) { if( fi->isSymLink() ){ - qDebug("SYMLINK "); + //qDebug("SYMLINK "); QString file = fi->readLink(); @@ -370,3 +370,3 @@ void OFileViewFileListView::reread( bool all ) { QFileInfo info( file ); - qDebug("FILE %s ", file.latin1()); + //qDebug("FILE %s ", file.latin1()); if( !info.exists() ){ |