diff options
Diffstat (limited to 'src/cfetch.c')
| -rw-r--r-- | src/cfetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfetch.c b/src/cfetch.c index 3977bb1..92157d4 100644 --- a/src/cfetch.c +++ b/src/cfetch.c @@ -24,7 +24,7 @@ int main(void) { get_os(&info); get_memory(&info); get_cpu(&info); - print_ascii_art(&info, art_logo); + //print_ascii_art(&info, art_logo); return 0; } |
