From b6250c0cb0e92ea283c0a743462797ab6fdb79bf Mon Sep 17 00:00:00 2001 From: pixhawk Date: Tue, 21 Dec 2010 08:46:15 +0100 Subject: [PATCH] Minor debug output change --- src/ui/map3D/QGCGoogleEarthView.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/map3D/QGCGoogleEarthView.cc b/src/ui/map3D/QGCGoogleEarthView.cc index c73fec79dd..0f402a75de 100644 --- a/src/ui/map3D/QGCGoogleEarthView.cc +++ b/src/ui/map3D/QGCGoogleEarthView.cc @@ -68,7 +68,6 @@ QGCGoogleEarthView::QGCGoogleEarthView(QWidget *parent) : #ifdef _MSC_VER webViewWin->dynamicCall("GoHome()"); webViewWin->dynamicCall("Navigate(const QString&)", QApplication::applicationDirPath() + "/earth.html"); - qDebug() << QDir::cleanPath(QApplication::applicationDirPath() + "/earth.html").replace('/', "\\"); #endif // Parse for model links -- GitLab