aboutsummaryrefslogtreecommitdiff
path: root/src/js/ui/sections/commentsSection.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/ui/sections/commentsSection.js')
-rw-r--r--src/js/ui/sections/commentsSection.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/ui/sections/commentsSection.js b/src/js/ui/sections/commentsSection.js
index 00ec8fe..ba190ac 100644
--- a/src/js/ui/sections/commentsSection.js
+++ b/src/js/ui/sections/commentsSection.js
@@ -26,7 +26,6 @@ export function commentsSection()
{ element: "em", id:"comments-sec-not-found", innerText: "No data found (yet?)!"}
]
};
-
makeElement(commentsSection, document.querySelector('.main'));
}
// @license-end