Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
62bd28fb
Commit
62bd28fb
authored
3 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
remove spam print
parent
a64c9a0c
No related branches found
No related tags found
1 merge request
!170
Release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
single/reception.go
+3
-5
3 additions, 5 deletions
single/reception.go
with
3 additions
and
5 deletions
single/reception.go
+
3
−
5
View file @
62bd28fb
...
...
@@ -114,11 +114,9 @@ func (m *Manager) processTransmission(msg format.Message,
c
:=
NewContact
(
payload
.
GetRID
(
transmitMsg
.
GetPubKey
(
grp
)),
transmitMsg
.
GetPubKey
(
grp
),
dhKey
,
payload
.
GetTagFP
(),
payload
.
GetMaxParts
())
jww
.
INFO
.
Printf
(
"generated by singe use receiver reception id for single use: %s, "
+
"ephId: %v, pubkey: %x, msg: %s"
,
c
.
partner
,
"unknown:"
,
transmitMsg
.
GetPubKey
(
grp
)
.
Bytes
(),
msg
)
jww
.
INFO
.
Printf
(
"Generated by singe use receiver reception id for single use: %s, "
+
"ephId: %v, pubkey: %x"
,
c
.
partner
,
"unknown:"
,
transmitMsg
.
GetPubKey
(
grp
)
.
Bytes
())
return
payload
.
GetContents
(),
c
,
nil
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment