diff --git a/auth/auth.js b/auth/auth.js index 4e64c65..701412d 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -159,7 +159,6 @@ const uploadSSH = () => { const displayFingerprints = () => { // Get SSH Fingerprints and display them $.get(USE_ORIGIN + "/fingerprint.php", (response) => { - dbp(response); if (response) { var html = '
'; diff --git a/index.js b/index.js index e3ebc45..dfa9e01 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,6 @@ const beginOauth = () => { const displayFingerprints = () => { // Get SSH Fingerprints and display them $.get(USE_ORIGIN+"/fingerprint.php", (response) => { - dbp(response); if (response) { var html = "
BitsFingerprint (SHA256)Algorithm
"; response.split("\n").forEach((line) => {
BitsFingerprint (SHA256)Algorithm