mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Removed dead code from canvas controller and canvas map
Tags: #story[928]
This commit is contained in:
@@ -30,7 +30,6 @@ public class CanvasMap {
|
||||
|
||||
public Image getMapImage() {
|
||||
try {
|
||||
System.out.println(getRequest());
|
||||
URL url = new URL(getRequest());
|
||||
HttpsURLConnection connection = (HttpsURLConnection) url.openConnection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user