Skip to content
Snippets Groups Projects
Commit 49b85f89 authored by George Tziavas's avatar George Tziavas
Browse files

Removed a comment

parent 4d576274
No related branches found
No related tags found
1 merge request!62Resolve "TMF628: Return unfinished Measurement Collection Jobs and expose them through the MQ"
Pipeline #13082 failed
......@@ -62,7 +62,6 @@ public class MeasurementCollectionJobApiRouteBuilder extends RouteBuilder {
.convertBodyTo( String.class );
// I think this does not work!!
from(PM_MEASUREMENT_COLLECTION_GET_JOB_BY_ID)
.log(LoggingLevel.INFO, log, PM_MEASUREMENT_COLLECTION_GET_JOB_BY_ID + " message received!")
.to("log:DEBUG?showBody=true&showHeaders=true")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment