diff --git a/build/index.ts b/build/index.ts index a7c0eb9..e1cf0b8 100644 --- a/build/index.ts +++ b/build/index.ts @@ -2,6 +2,3 @@ import * as dotenv from "dotenv"; // load environment variables (if you have them) dotenv.config(); console.log("Welcome to ts-template"); - -const _EMPTY_STRING_TEST_1 = ""; -const _EMPTY_STRING_TEST_2 = "";