mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Removed print statement
This commit is contained in:
parent
7693255d17
commit
31ce04a792
@ -682,10 +682,6 @@ final public class MapPanel extends javax.swing.JPanel {
|
|||||||
|
|
||||||
BufferedImage image = (waypoint == currentlySelectedWaypoint ? selectedWaypointImage: defaultWaypointImage);
|
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);
|
(gd.create()).drawImage(image, x -image.getWidth() / 2, y -image.getHeight(), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user