diff --git a/src/tawashi_implem/submit_paste_response.cpp b/src/tawashi_implem/submit_paste_response.cpp index 851dac0..a68fb78 100644 --- a/src/tawashi_implem/submit_paste_response.cpp +++ b/src/tawashi_implem/submit_paste_response.cpp @@ -152,7 +152,6 @@ namespace tawashi { this->change_type(Response::Location, oss.str()); } else { - error_redirect(500, ErrorReasons::PastieNotSaved); return; } }