diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-19 06:53:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:39:53 -0400 |
| commit | 5304d52f9373e0078674af79b656e2e4d010ca90 (patch) | |
| tree | b05cc3c1fdace872a8f4d8aed1ad7b904a80cb3f /src/main.cpp | |
| parent | f49efd6d448dccd4100fa46e2ebf1690d97033cc (diff) | |
removed some useless logging
initializing usvfs logging now logs strings for log level and crash dump type
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index f53a574e..0adfc110 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -623,8 +623,6 @@ int runApplication(MOApplication &application, SingleInstance &instance, QImage image(pluginSplash); if (!image.isNull()) { image.save(dataPath + "/splash.png"); - } else { - log::debug("no plugin splash"); } } |
