Remove annoying log
This log logs for every file on startup, and doesn't really add a lot of
value. Remove.
Tested: static files are no longer logged on startup.
Change-Id: I9394c2c28457b6e846733dde7712aa97bb5a96fc
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/include/webassets.hpp b/include/webassets.hpp
index 50981ea..b43366a 100644
--- a/include/webassets.hpp
+++ b/include/webassets.hpp
@@ -28,8 +28,6 @@
// Try to detect this, so we can use the hash as the ETAG
std::vector<std::string> split;
bmcweb::split(split, webpath.filename().string(), '.');
- BMCWEB_LOG_DEBUG("Checking {} split.size() {}", webpath.filename().string(),
- split.size());
if (split.size() < 3)
{
return "";