🗑️」 clean: cleaned logfile

This commit is contained in:
2025-04-11 16:04:42 +02:00
parent 521bc49d48
commit 1c79dbcb13
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ obj/
.direnv/ .direnv/
compile_commands.json compile_commands.json
.cache .cache
*.log

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */ /* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/03 15:45:07 by mmoussou #+# #+# */ /* Created: 2025/02/03 15:45:07 by mmoussou #+# #+# */
/* Updated: 2025/04/11 14:52:21 by adjoly ### ########.fr */ /* Updated: 2025/04/11 15:58:17 by adjoly ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -36,6 +36,5 @@ int main(int ac, char **av) {
std::cout << e.what() << std::endl; std::cout << e.what() << std::endl;
return 1; return 1;
} }
conf->getLogger()->info("testtt");
delete conf; delete conf;
} }