From 30c0201838924e91e30a107007911c556bc11424 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Mon, 19 Oct 2020 00:40:38 -0400 Subject: [PATCH] Removed unneeded code --- ProjectEuler.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ProjectEuler.ts b/ProjectEuler.ts index 2c1343d..503d90a 100644 --- a/ProjectEuler.ts +++ b/ProjectEuler.ts @@ -33,8 +33,6 @@ enum SELECTIONS{SOLVE = 1, DESCRIPTION, LIST, BENCHMARK, EXIT, SIZE}; class Driver{ //Drives the program public static main(): void{ - console.log("Welcome to ProjectEulerTS\nPress Enter to continue\n\n\n"); - readlineSync.question("", {hideEchoBack: true}); //Holds the menu selection of the user let selection: number; do{