diff --git a/index.js b/index.js
index ddb76d5..59dab61 100644
--- a/index.js
+++ b/index.js
@@ -33,6 +33,7 @@ function sendMessage(destination, message) {
 	bot.sendMessage(chat_id, message);
 }
 
+/*
 function createHttpResponseServer(){
 	var httpServer = http.createServer(function(request,response){
 		var qs = url.parse(request.url, true).query;
@@ -47,6 +48,7 @@ function createHttpResponseServer(){
 	})
 }
 createHttpResponseServer();
+*/
 
 bot.getMe().then(function (me) {
   logger.info('Hi my name is %s!', me.username);