mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Removed print statement
This commit is contained in:
parent
7693255d17
commit
31ce04a792
@ -681,10 +681,6 @@ final public class MapPanel extends javax.swing.JPanel {
|
||||
int y = (int)point.getY();
|
||||
|
||||
BufferedImage image = (waypoint == currentlySelectedWaypoint ? selectedWaypointImage: defaultWaypointImage);
|
||||
|
||||
if(waypoint == currentlySelectedWaypoint) {
|
||||
System.out.println("Paint selected waypoint");
|
||||
}
|
||||
|
||||
(gd.create()).drawImage(image, x -image.getWidth() / 2, y -image.getHeight(), null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user