From cc499488dbab9167870e6088f9a1793f95894c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 6 Jul 2014 11:15:15 +0200 Subject: Fix liteloader, some cleanups. --- depends/util/src/userutils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'depends/util/src/userutils.cpp') diff --git a/depends/util/src/userutils.cpp b/depends/util/src/userutils.cpp index 060a58e9..a26af5af 100644 --- a/depends/util/src/userutils.cpp +++ b/depends/util/src/userutils.cpp @@ -75,7 +75,6 @@ bool Util::createShortCut(QString location, QString dest, QStringList args, QStr { #if LINUX location = PathCombine(location, name + ".desktop"); - qDebug("location: %s", qPrintable(location)); QFile f(location); f.open(QIODevice::WriteOnly | QIODevice::Text); -- cgit v1.2.3