Removed logging files

pull/26/head
E. Almqvist 3 years ago
parent 446e5dc442
commit a227b49f91
  1. 16
      src/log.c
  2. 3
      src/log.h

@ -1,16 +0,0 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdarg.h>
#include "config.h"
#include "log.h"
void flog(char* str) {
FILE* fp;
fp = fopen(logfile, "a");
fprintf(fp, str);
fclose(fp);
}

@ -1,3 +0,0 @@
/* See LICENSE file for copyright and license details. */
static void flog(char* str);
Loading…
Cancel
Save