Skip to content

Commit

Permalink
removed: logger
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Blum trinitus01@googlemail.com
  • Loading branch information
Trinitus01 committed Feb 19, 2024
1 parent 92bd0d0 commit 55ac4f5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import java.util.UUID;

import org.eclipse.jdt.annotation.NonNullByDefault;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
*
Expand All @@ -49,8 +47,6 @@ public class NotificationsForFireTVConnection {
private HttpClient httpClient;
private List<byte[]> byteArrays = new ArrayList<>();

private final Logger logger = LoggerFactory.getLogger(NotificationsForFireTVConnection.class);

/**
* This constructor initializes a new HTTP POST request with content
* type is set to multipart/form-data
Expand Down

0 comments on commit 55ac4f5

Please sign in to comment.