aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 9097166..bbe177e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -7,7 +7,7 @@
#include <time.h>
#include <sys/utsname.h>
#include "ohmycal.h"
-#include "wheel.h"
+//#include "wheel.h"
const char *VERSION = "1.0.0";
const char *AUTHOR = "Joseph Hunkeler";
@@ -94,7 +94,6 @@ int main(int argc, char *argv[], char *arge[]) {
msg(OMC_MSG_L2, "Reading OMC delivery configuration: %s\n", delivery_input);
ini = ini_open(delivery_input);
- //ini_show(ini);
printf(BANNER, VERSION, AUTHOR);
@@ -157,9 +156,6 @@ int main(int argc, char *argv[], char *arge[]) {
exit(1);
}
- time(&timenow);
- tm_info = localtime(&timenow);
-
// Execute configuration-defined tests
msg(OMC_MSG_L1, "Begin test execution\n");
delivery_tests_run(&ctx);