diff --git a/index.js b/index.js
index 1cb9ecb119058b7b7cb9a727ba38c727747953f8..65e6a4f4a4335b16da97c56a91a639cde91b887b 100644
--- a/index.js
+++ b/index.js
@@ -23,10 +23,6 @@ app.post('/post', function(req, res){
   });
 
 
-
-
-
-  host + path + query + format;
   console.log(parsed_url);
 
   request(parsed_url, function (error, response, body) {