Removed extra code.

This commit is contained in:
Douglas Muth 2020-01-15 19:51:32 -05:00
parent 31c8aef3b3
commit 4b8d0034a8

View file

@ -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"); 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); Diceware.get_data = Diceware.extractGetData(location.search);
// TEST
//if ("skip_animation" in get_data) {
console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging console.log("GET Data: " + JSON.stringify(Diceware.get_data)); // Debugging
// //