X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fmain.c;h=337834fabceb1b96076eba27d1c3f2516b312ec2;hb=6abf86833edeae1742db393160db8a9e5c043889;hp=90f6e5fe2c6a427e7346aae9bfa7dc46b907d4cc;hpb=55afb005ced3bba3813163596cdc7288a318a3c2;p=mTask.git diff --git a/client/main.c b/client/main.c index 90f6e5f..337834f 100644 --- a/client/main.c +++ b/client/main.c @@ -104,10 +104,9 @@ int main(int argc, char *argv[]){ setup(); sds_init(); task_init(); - //debug("booting up"); + debug("booting up"); while(true){ //Check for newetasks -// debug("loop"); loop(); delay(50); }