summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-26 05:47:11 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-26 05:47:11 -0500
commit255f96ce7e27124f1bed071564e67a2e4a25c8aa (patch)
tree48a369096b568326269713663a270b9838a73795 /src/organizercore.cpp
parente845126e09357f8713ca0c9f593970c7c634328e (diff)
only log crash dumps message on startup
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 9ceb149e..c585ba09 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -484,12 +484,6 @@ bool OrganizerCore::cycleDiagnostics()
removeOldFiles(path, "*.dmp", maxDumps, QDir::Time|QDir::Reversed);
}
- // log if there are any files left
- const auto files = QDir(path).entryList({"*.dmp"}, QDir::Files);
- if (!files.isEmpty()) {
- log::debug("there are crash dumps in '{}'", path);
- }
-
return true;
}