Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
Media Converter
Commits
f6c41952
Unverified
Commit
f6c41952
authored
Dec 21, 2020
by
Sebastian Schüpbach
Browse files
remove unneeded logging
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
e26490bd
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/scala/ch/memobase/Reporter.scala
View file @
f6c41952
...
...
@@ -41,7 +41,6 @@ class Reporter(props: Properties, reportingTopic: String) extends Logging {
def
send
(
report
:
models.ReportingObject
,
recordSetId
:
Array
[
Byte
],
institutionId
:
Array
[
Byte
])
:
JavaFuture
[
RecordMetadata
]
=
{
val
headers
=
createHeaders
(
recordSetId
,
institutionId
)
val
producerRecord
=
new
ProducerRecord
[
String
,
String
](
reportingTopic
,
null
,
report
.
id
,
report
.
toString
,
headers
)
logger
.
info
(
s
"Sending report: $report"
)
producer
.
send
(
producerRecord
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment