From 778b958791eba624f0f4991e1e3105585642237a Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 1 Jul 2020 12:10:04 +0200 Subject: [PATCH] Remove temporary directory again. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8ca2629..eaa8075 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -76,7 +76,7 @@ int main() try { - // remove_tmpdir(); + remove_tmpdir(); } catch (const exception &e) {