Skip to content

Commit 0871294

Browse files
Fixed code smell
1 parent 3fcdca3 commit 0871294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/edu/ie3/datamodel/io/sink/CsvFileSink.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ private <E extends TimeSeriesEntry<V>, V extends Value> void persistTimeSeries(
277277
}
278278
});
279279
} catch (ProcessorProviderException e) {
280-
log.error("Exception occurred during processor request: ", e);
281280
throw new ProcessorProviderException("Exception occurred during processor request: ", e);
282281
}
283282
}

0 commit comments

Comments
 (0)