From d497be9ffe80e760741b1938ce0cb4d1faa1d33e Mon Sep 17 00:00:00 2001 From: nasicurious Date: Tue, 2 Nov 2021 18:25:48 +0330 Subject: [PATCH] Delete qDebug in ServoException class --- Servo/include/ServoException.h | 1 - 1 file changed, 1 deletion(-) 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()