2014-11-04 Fred Gleason <fredg@paravelsystems.com>

* Removed debugging printf from 'utils/rdhpiinfo/rdhpiinfo.cpp'.
This commit is contained in:
Fred Gleason 2014-11-04 12:10:32 -05:00
parent 6f1919d474
commit 98b3043fe1
2 changed files with 2 additions and 1 deletions

View File

@ -14635,3 +14635,5 @@
* Incremented the package version to 2.10.0int01.
2014-11-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'usermode-gtk' dependency for RHEL 7 in 'configure.ac'.
2014-11-04 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printf from 'utils/rdhpiinfo/rdhpiinfo.cpp'.

View File

@ -66,7 +66,6 @@ MainWidget::MainWidget(QWidget *parent,const char *name)
// Open HPI
//
if(HPI_SubSysCreate()==NULL) {
printf("HERE\n");
QMessageBox::warning(this,tr("HPI Error"),
tr("The ASI HPI Driver is not loaded!"));
exit(1);