Skip to content

Commit e44d3c0

Browse files
committed
Remove redundant logging
1 parent 818d3fa commit e44d3c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/config/Init.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ void Init::initMimeTypes(Context& context) {
6363
VirtualHost::setMimeTypes(types);
6464
accessLog_g.write(
6565
"Mime types loaded for " + toString(types.size()) + " extensions", INFO);
66-
accessLog_g.write("-- Mime types successfully loaded ---", INFO,
67-
BRIGHT_GREEN);
6866
}
6967

7068
void Init::initVirtualHosts(Context& context) {
@@ -78,8 +76,6 @@ void Init::initVirtualHosts(Context& context) {
7876
}
7977
size_t size = VirtualHost::getVirtualHosts().size();
8078
accessLog_g.write(toString(size) + " virtual hosts loaded", INFO);
81-
accessLog_g.write("------- Virtual Hosts loaded --------", INFO,
82-
BRIGHT_GREEN);
8379
}
8480

8581
void Init::initAConnection(Context& context) {
@@ -115,6 +111,4 @@ void Init::initPoll() {
115111
}
116112
}
117113
accessLog_g.write("Number of sockets: " + toString(sockets), INFO);
118-
accessLog_g.write("---------- Sockets created ----------", INFO,
119-
BRIGHT_GREEN);
120114
}

0 commit comments

Comments
 (0)