Linux bug fixes, small controller fix.

This commit is contained in:
Adam Ierymenko 2016-06-17 00:21:58 +00:00
parent 601c51b351
commit 37afa876a7
6 changed files with 22 additions and 19 deletions

View file

@ -476,11 +476,9 @@ bool NetworkConfig::fromDictionary(const Dictionary &d)
}
}
/*
printf("~~~\n%s\n~~~\n",d.data());
dump();
printf("~~~\n");
*/
//printf("~~~\n%s\n~~~\n",d.data());
//dump();
//printf("~~~\n");
return true;
} catch ( ... ) {