From da9fcce47eabefffc3c3950131c3985beec8d0a6 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 23 Jul 2022 00:44:05 +0200 Subject: I'm stupid this is not production-ready AT ALL --- views/plurality.ejs | 2 -- 1 file changed, 2 deletions(-) (limited to 'views/plurality.ejs') diff --git a/views/plurality.ejs b/views/plurality.ejs index ad57734..2263e84 100644 --- a/views/plurality.ejs +++ b/views/plurality.ejs @@ -87,8 +87,6 @@ let frontersRaindrops = raindrops['fronters']['members'].map((i) => { return i[' -
-
<%= JSON.stringify(pluralCache, null, 4) %>
<%- include("./partials/footer.ejs") %> \ No newline at end of file -- cgit