diff options
-rw-r--r-- | lib/Utils/make_descr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp index cfec3529..c7b55557 100644 --- a/lib/Utils/make_descr.cpp +++ b/lib/Utils/make_descr.cpp @@ -176,8 +176,6 @@ string make_description_logger(const map_crash_data_t& pCrashData) continue; /* blacklisted */ if (content == "1.\n2.\n3.\n") continue; /* user did not change default "How to reproduce" */ - if (content == "1.\n2.\n3.\n") - continue; /* user did not change default "How to reproduce" */ bool was_multiline = 0; string tmp; |