Browse Source

Delete qDebug in ServoException class

test
nasicurious 3 years ago
parent
commit
d497be9ffe
  1. 1
      Servo/include/ServoException.h

1
Servo/include/ServoException.h

@ -13,7 +13,6 @@ public:
ServoException(QString str) ServoException(QString str)
{ {
_str = str; _str = str;
qDebug() << "Error Text is: " << _str;
} }
virtual const char* what() const throw() virtual const char* what() const throw()

Loading…
Cancel
Save