Skip to content

Commit

Permalink
removed lvl1 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Skinnery committed May 3, 2018
1 parent f6e251f commit e86c9a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/default/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ func (s *Service) NewProtocol(tn *onet.TreeNodeInstance, conf *onet.GenericConfi
dpResponses := survey.PullDpResponses()
var toShuffleCV []libunlynx.CipherVector
toShuffleCV, survey.Lengths = protocolsunlynx.ProcessResponseToMatrixCipherText(dpResponses)
log.Lvl1(s.ServerIdentity(), "survey lengths created :", survey.Lengths)
shuffle.TargetOfShuffle = &toShuffleCV

s.Survey.Put(string(target), survey)
Expand Down Expand Up @@ -365,7 +364,6 @@ func (s *Service) NewProtocol(tn *onet.TreeNodeInstance, conf *onet.GenericConfi
survey.TargetOfSwitch = shuffledClientResponses
s.Survey.Put(string(target), survey)

log.Lvl1(s.ServerIdentity(), len(survey.TargetOfSwitch))
hashCreation.TargetOfSwitch = &tmpDeterministicTOS
}

Expand Down

0 comments on commit e86c9a7

Please sign in to comment.