aboutsummaryrefslogtreecommitdiff
path: root/src/ascii.c
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-17 12:07:07 +0200
committerAnser <rostgans@tutamail.com>2026-08-17 12:07:07 +0200
commit86401d764e55dfa7d56e0d2f595f8c0519c41da9 (patch)
treec005a4f2242ae721e44b47eef46641e869a95d96 /src/ascii.c
parentab497e439d9c8c41d7f43998a7b782fe4720d856 (diff)
updated the README.md
Diffstat (limited to 'src/ascii.c')
-rw-r--r--src/ascii.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ascii.c b/src/ascii.c
index 5fc81be..b47b400 100644
--- a/src/ascii.c
+++ b/src/ascii.c
@@ -83,7 +83,6 @@ void print_system_info(struct system_info_t *info)
printf("Kernel: %s\n", info->kernel);
printf("CPU: %s\n", info->cpu);
printf("%s\n", info->memory);
- //printf(logo)
print_ascii_art(info);
}