Update README.md

This commit is contained in:
Gabi Melman 2015-02-15 23:43:59 +02:00
parent abc4ccc513
commit 16224cc417

View File

@ -98,7 +98,6 @@ int main(int, char* [])
for(int i = 0; i < 10; ++i) for(int i = 0; i < 10; ++i)
file_logger->info("{} * {} equals {:>10}", i, i, i*i); file_logger->info("{} * {} equals {:>10}", i, i, i*i);
// //
// Create a daily logger - a new file is created every day on 2:30am // Create a daily logger - a new file is created every day on 2:30am
// //