Skip to content
Snippets Groups Projects
Commit 8cd961b9 authored by GAYDAMAKHA MIKHAIL's avatar GAYDAMAKHA MIKHAIL
Browse files

:adhesive_bandage: remove useless log

parent f5b50e6e
Branches
No related merge requests found
......@@ -88,8 +88,6 @@ public class SqliteItemsRepository extends SqliteRepository implements IItemsRep
@Override
public List<Item> getAllItemsWithCategory() {
ResultSet rs = query(SQL_GETITEMSWITHCATEGORY);
Logger.getLogger(this.getClass().getName()).log(
Level.SEVERE, SQL_GETITEMSWITHCATEGORY);
if (rs == null)
return null;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment