Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Removed superfluous Println from properties --minimum (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
glooms committed May 9, 2019
1 parent 690c27a commit 7fa955e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion printer/entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func PrintGenericEntityProperties(state *internal.State, entityID string, entity
internal.FatalError(err)
}
qProps, _ := genericObject.GetProperties(state.Ctx)
fmt.Println(qProps)
properties, _ = json.Marshal(qProps)
case "measure":
genericMeasure, err := state.Doc.GetMeasure(state.Ctx, entityID)
Expand Down

0 comments on commit 7fa955e

Please sign in to comment.