Removed unneeded code

This commit is contained in:
2020-10-19 00:40:38 -04:00
parent 3d8daa2d32
commit 30c0201838

View File

@@ -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{