diff --git a/frontend/frontend.js b/frontend/frontend.js index 085e0c4..c97f6e6 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -12,7 +12,7 @@ function updateData () { success: function (data, status) { globalObject = data; }, timeout: 2500 // this should be a pretty sane timeout }).done( - document.write(globalObject) + console.log(globalObject) ); // INSERT THE DATA HANDLER HERE!!! }