Skip to content

Commit

Permalink
refactor: removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Nov 7, 2024
1 parent 32764a0 commit eed8af0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/memstore/ciMemStore.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package memstore

import (
"encoding/json"
"errors"
"fmt"
"log"
Expand Down Expand Up @@ -208,8 +207,6 @@ func (m MemStore) AddGroups(newGroupData citypes.GroupData) error {
},
}
}
b, _ := json.MarshalIndent(node, "", "\t")
fmt.Printf("%v\n", string(b))
m.list[citypes.GROUP_IDENTIFIER] = node
return nil
}
Expand Down

0 comments on commit eed8af0

Please # to comment.