Skip to content

Commit

Permalink
Update string_id.go
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Tripathi <[email protected]>
  • Loading branch information
deepanshutr authored Sep 2, 2024
1 parent 255828a commit 7c964bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ids/base/string_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ func (stringID *StringID) ValidateBasic() error {
return fmt.Errorf("string ID is empty")
}

fmt.Println(len(stringID.AsString()))

if !utilities.IsValidStringID(stringID.AsString()) {
return fmt.Errorf("invalid stringID %s", stringID.AsString())
}
Expand Down

0 comments on commit 7c964bf

Please sign in to comment.