aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 5965d83..eaf852a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -68,7 +68,6 @@ int main(int argc, char *argv[])
file.open(QFile::ReadOnly);
QString styleSheet = QLatin1String(file.readAll());
qApp->setStyleSheet(styleSheet);
- qDebug() << "css: " << styleSheet;
GpgWin *window = new GpgWin();
window->show();