diff --git a/Servo/include/ServoException.h b/Servo/include/ServoException.h index f4b10cc..d6e9382 100644 --- a/Servo/include/ServoException.h +++ b/Servo/include/ServoException.h @@ -13,7 +13,6 @@ public: ServoException(QString str) { _str = str; - qDebug() << "Error Text is: " << _str; } virtual const char* what() const throw()