Skip to content

Commit

Permalink
EPMRPP-81387 | Remove logger (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Piankouski <[email protected]>
  • Loading branch information
APiankouski and APiankouski authored Jan 19, 2023
1 parent c611a77 commit 1f859f5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import com.epam.ta.reportportal.exception.ReportPortalException;
import com.epam.ta.reportportal.ws.model.ErrorType;
import com.epam.ta.reportportal.ws.model.externalsystem.Ticket;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.Map;
import java.util.Optional;
Expand All @@ -41,7 +39,6 @@
*/
public class GetIssueCommand implements CommonPluginCommand<Ticket> {

private static final Logger LOGGER = LoggerFactory.getLogger(GetIssueCommand.class);
private final String TICKET_ID = "ticketId";
private final String PROJECT_ID = "projectId";

Expand Down

0 comments on commit 1f859f5

Please sign in to comment.