summaryrefslogtreecommitdiff
path: root/syncCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncCommand.h')
-rw-r--r--syncCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/syncCommand.h b/syncCommand.h
index 09c98d2..9d10c76 100644
--- a/syncCommand.h
+++ b/syncCommand.h
@@ -35,12 +35,12 @@ private:
syncstr = "route";
}
ar & syncstr;
- std::cout << "syncstr received " <<syncstr << std::endl;
+// std::cout << "syncstr received " <<syncstr << std::endl;
if (syncstr == "connection")
ar & *scc_;
if (syncstr == "route")
ar & *src_;
- std::cout << "syncstr done " <<syncstr << std::endl;
+// std::cout << "syncstr done " <<syncstr << std::endl;
}
};