diff --git a/selfdrive/ui/qt/text.cc b/selfdrive/ui/qt/text.cc index 7e4c68c13f..610d6536ce 100644 --- a/selfdrive/ui/qt/text.cc +++ b/selfdrive/ui/qt/text.cc @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) { QFuture future = QtConcurrent::run([=]() { std::string output = executeCommand(cmd.c_str()); - //LOGW("CHECK OUTPUT PLS\n%s", output.c_str()); + LOGW("CHECK OUTPUT PLS\n%s", output.c_str()); QMetaObject::invokeMethod(label, "setText", Qt::QueuedConnection, Q_ARG(QString, QString::fromStdString(output))); QMetaObject::invokeMethod(scroll, "update", Qt::QueuedConnection);