trim excess logging

This commit is contained in:
Luke Pulverenti
2016-12-08 00:56:46 -05:00
parent 63a69cdc60
commit 21816ff63e
3 changed files with 3 additions and 40 deletions

View File

@@ -249,7 +249,7 @@ namespace Rssdp.Infrastructure
if (IsDuplicateSearchRequest(searchTarget, remoteEndPoint))
{
WriteTrace("Search Request is Duplicate, ignoring.");
//WriteTrace("Search Request is Duplicate, ignoring.");
return;
}
@@ -299,7 +299,9 @@ namespace Rssdp.Infrastructure
}
}
else
{
WriteTrace(String.Format("Sending 0 search responses."));
}
});
}