From 86b66cff779adb1dc3b243d8754fa7462bad4175 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Sun, 8 Mar 2020 15:18:42 +0800 Subject: [PATCH] chore: remove debug error marks --- templates/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index a4ee0b5..9417db4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -84,8 +84,6 @@ {% for tag in tags_lookup[filepath] %} {{ tag }} {% endfor %} - {% else %} - Error: {{ filepath }} {% endif %}