From 41b790a4a8386c14902464633993ac4560fbe5e2 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Thu, 29 Jun 2023 11:01:21 +0200 Subject: [PATCH] Remove useless comment. --- src/main.cr | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.cr b/src/main.cr index 18146d9..0ae837c 100644 --- a/src/main.cr +++ b/src/main.cr @@ -228,11 +228,6 @@ def main rescue e Baguette::Log.error "error reading template #{template_file}: #{e}" exit 1 - #if File.exists? "./templates" - #else - # Baguette::Log.error "tried template directory './templates', but doesn't exist either" - # exit 1 - #end end if simulation