removed left-over debug info

This commit is contained in:
nemu 2010-10-15 11:43:29 +00:00
parent 3322097fdf
commit bdde8b22c0

View File

@ -2054,8 +2054,6 @@ void PTextEdit::musrView()
str = *fFilenames.find( currentEditor() ); str = *fFilenames.find( currentEditor() );
cmd += str + "\" &"; cmd += str + "\" &";
qDebug() << endl << cmd << endl;
system(cmd.toLatin1()); system(cmd.toLatin1());
} }