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

Remove print from debugging

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