From 194aaa589375d3c5adaa76805ba8e72ae8dc90b6 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 26 Dec 2021 00:15:08 -0300 Subject: [PATCH] Remove unused function --- static/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/index.js b/static/index.js index 64dd4c7..ca53dd3 100644 --- a/static/index.js +++ b/static/index.js @@ -162,11 +162,3 @@ function generateHtml(data) { return html; } - -function listForms(data) { - html += ''; -}