diff --git a/rp/index.html b/rp/index.html
index 0bcbae0adaef47bd1b7058ca529c57bd42aec094..167669a35868e549e25545edcda5f1557bec8371 100644
--- a/rp/index.html
+++ b/rp/index.html
@@ -98,7 +98,6 @@ a:hover { border-bottom: 2px solid black ; }
             url: url,
             dataType: "json",
             success: function(data, textStatus, jqXHR) {
-              console.log(typeof data);
               $("#oVerificationResponse > pre").empty().text(JSON.stringify(data, null, 4));
             },
             error: function(jqXHR, textStatus, errorThrown) {