diff --git a/ui.js b/ui.js index d9c84ff..49d184f 100644 --- a/ui.js +++ b/ui.js @@ -1,8 +1,6 @@ window.onload = function () { "use strict"; - console.log(GenArrisPasswords((new Date()).getTime())) - // Start and end date elements var start_year = document.getElementById('start-year'); var start_month = document.getElementById('start-month');