From f6da7019a253c680822f63b11392476ce22e339e Mon Sep 17 00:00:00 2001 From: Elijah Bansley Date: Thu, 17 May 2018 16:57:06 -0500 Subject: [PATCH] Update main.js --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index e800bc4..7d0165e 100644 --- a/main.js +++ b/main.js @@ -110,6 +110,7 @@ async function launchPayload(payload) { } document.getElementById("goButton").addEventListener("click", async () => { + clearLog(); var debugCheckbox = document.getElementById("shouldDebug"); const payloadType = document.forms.mainForm.payload.value; if(debugCheckbox.checked) {