From db05a94838712ba9c8cc2471800890b7a09b9efa Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Fri, 11 Feb 2022 15:02:39 +0100 Subject: [PATCH] Remove unneeded TODO --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index c8b3e45..f60dffb 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,5 @@ import { init } from "./shareon"; -// TODO: update README const s = document.currentScript; if (s && s.hasAttribute("init")) { init();