diff --git a/src/musredit/PTextEdit.cpp b/src/musredit/PTextEdit.cpp index 21f247a3..738489f7 100644 --- a/src/musredit/PTextEdit.cpp +++ b/src/musredit/PTextEdit.cpp @@ -2054,8 +2054,6 @@ void PTextEdit::musrView() str = *fFilenames.find( currentEditor() ); cmd += str + "\" &"; -qDebug() << endl << cmd << endl; - system(cmd.toLatin1()); }