Skip to content
Snippets Groups Projects
Commit ec8576cc authored by Jonah Husson's avatar Jonah Husson
Browse files

Remove print from debugging

parent d2277e2f
Branches
Tags
2 merge requests!510Release,!458Change channel name arg to not conflict with group
......@@ -81,7 +81,6 @@ var broadcastCmd = &cobra.Command{
if viper.GetBool(broadcastNewFlag) {
// Create a new broadcast channel
jww.INFO.Printf("Name: %s", name)
channel, pk, err = crypto.NewChannel(name, desc, crypto.Public,
user.GetCmix().GetMaxMessageLength(), user.GetRng().GetStream())
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment