diff --git a/Tranga/Server/Server.cs b/Tranga/Server/Server.cs index 28a1ba3..416eb27 100644 --- a/Tranga/Server/Server.cs +++ b/Tranga/Server/Server.cs @@ -165,7 +165,7 @@ public partial class Server : GlobalBase, IDisposable { if (!request.HasEntityBody) { - Log("No request body"); + //Nospam Log("No request body"); return new Dictionary(); } Stream body = request.InputStream;