Skip to content
Snippets Groups Projects
Commit f062f8d3 authored by Josh Brooks's avatar Josh Brooks
Browse files

Further clean up debug statements

parent 96b16970
No related branches found
No related tags found
1 merge request!23Release
......@@ -543,7 +543,7 @@ func (c *Client) GetNodeRegistrationStatus() (int, int, error) {
// DeleteContact is a function which removes a partner from Client's storage
func (c *Client) DeleteContact(partnerId *id.ID) error {
jww.DEBUG.Printf("Deleting contact ID %s", partnerId)
jww.DEBUG.Printf("Deleting contact with ID %s", partnerId)
if err := c.storage.E2e().DeletePartner(partnerId); err != nil {
return err
}
......
......@@ -198,7 +198,6 @@ var rootCmd = &cobra.Command{
// Delete this recipient
if viper.GetBool("delete-channel") {
jww.FATAL.Printf("Deleting contact with ID %s", recipientID)
deleteChannel(client, recipientID)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment