From 4b8d0034a82060f77d276a62d9c7cef7735f9dbd Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Wed, 15 Jan 2020 19:51:32 -0500 Subject: [PATCH] Removed extra code. --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index 9f3e28f..42cbb36 100644 --- a/src/index.js +++ b/src/index.js @@ -386,8 +386,6 @@ Diceware.go = function() { console.log("Thanks for checking out my code! You can find the Git repo at https://github.com/dmuth/diceware"); Diceware.get_data = Diceware.extractGetData(location.search); - // TEST - //if ("skip_animation" in get_data) { console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging //