From 37afa876a72344fdfc8091db8d292af2f796c77c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 17 Jun 2016 00:21:58 +0000 Subject: Linux bug fixes, small controller fix. --- node/NetworkConfig.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'node') diff --git a/node/NetworkConfig.cpp b/node/NetworkConfig.cpp index a289eafa..fe4a5a0d 100644 --- a/node/NetworkConfig.cpp +++ b/node/NetworkConfig.cpp @@ -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 ( ... ) { -- cgit v1.2.3