unsuspend Frank by default, remove debug logging

This commit is contained in:
or-else
2020-06-21 10:11:58 +03:00
parent b90c7ff4c3
commit 849c177b0b
3 changed files with 1 additions and 3 deletions

View File

@ -59,7 +59,6 @@ func (t *Topic) runProxy(hub *Hub) {
case msg := <-t.broadcast:
// Content message intended for broadcasting to recipients
log.Printf("node[%s] tproxy[%s] broadcast msg=%s", globals.cluster.thisNodeName, t.name, msg.describe())
if err := globals.cluster.routeToTopicMaster(ProxyReqBroadcast, msg, t.name, msg.sess); err != nil {
log.Println("proxy topic: route broadcast request from proxy to master failed:", err)
}

View File

@ -84,7 +84,7 @@
"passhash": "frank123",
"private": {"comment": "things, not stuff"},
"public": {"fn": "Frank Singer"},
"state": "susp",
"state": "ok",
"status": "singing!",
"username": "frank",
"addressBook": ["email:bob@example.com", "email:carol@example.com", "email:dave@example.com",

View File

@ -434,7 +434,6 @@ def setMsg(id, cmd, ignored):
stdoutln('Warning: multiple credentials specified. Will use only the first one.')
cred = cred[0]
print('seting cred', cred)
return pb.ClientMsg(set=pb.ClientSet(id=str(id), topic=cmd.topic,
query=pb.SetQuery(
desc=pb.SetDesc(default_acs=pb.DefaultAcsMode(auth=cmd.auth, anon=cmd.anon),