From 8c306d8359ed438ae1f2f64342975801af4d56cc Mon Sep 17 00:00:00 2001 From: Gabriel Zayas Date: Tue, 27 Jun 2023 19:28:20 +0900 Subject: [PATCH] Remove unneeded else statements --- app/views/magic_test/_context_menu.html.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/magic_test/_context_menu.html.erb b/app/views/magic_test/_context_menu.html.erb index 40370ca..f3051c9 100644 --- a/app/views/magic_test/_context_menu.html.erb +++ b/app/views/magic_test/_context_menu.html.erb @@ -35,9 +35,6 @@ testingOutput.push({action: action, target: target, options: options}); sessionStorage.setItem("testingOutput", JSON.stringify(testingOutput)); } - else { - console.log("Assertion was not generated.") - } } } @@ -63,9 +60,6 @@ testingOutput.push({action: action, target: target, options: options}); sessionStorage.setItem("testingOutput", JSON.stringify(testingOutput)); } - else { - console.log("Assertion was not generated.") - } } }