From 622637ba0bcc631c83913ca77db058acf02ab49c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien?= 
Date: Mon, 25 Dec 2017 09:14:05 +0100
Subject: [PATCH] Removing webpage in code as it is now in SPIFFS
---
 LibreMetric.ino | 8 --------
 1 file changed, 8 deletions(-)
diff --git a/LibreMetric.ino b/LibreMetric.ino
index 2abfb97..b81c87e 100644
--- a/LibreMetric.ino
+++ b/LibreMetric.ino
@@ -175,14 +175,6 @@ void display_message_long(String message){
 }
 
 void GetMessage() {
-  webpage = "";
-  append_page_header();
-  String IPaddress = WiFi.localIP().toString();
-  webpage += "
";
-    webpage += "
";
-  append_page_footer();
   if (server.args() > 0 ) { // Arguments were received
     for ( uint8_t i = 0; i  <= server.args(); i++ ) {
       String Argument_Name   = server.argName(i);