Skip to content

Commit 566a0ec

Browse files
committed
CollectionService.isSeriesInCollection(): remove superfluous log message.
No functional changes.
1 parent 67b74da commit 566a0ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/ru/mystamps/web/service/CollectionServiceImpl.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@ public boolean isSeriesInCollection(Integer userId, Integer seriesId) {
105105

106106
boolean isSeriesInCollection = collectionDao.isSeriesInUserCollection(userId, seriesId);
107107

108-
LOG.debug(
109-
"Series #{} belongs to collection of user #{}: {}",
110-
seriesId,
111-
userId,
112-
isSeriesInCollection
113-
);
114-
115108
return isSeriesInCollection;
116109
}
117110

0 commit comments

Comments
 (0)