remove spurious debugging code

This commit is contained in:
Grahame Grieve 2023-04-18 09:41:58 +08:00
parent cdadde108f
commit 2d7dfc1ee9
1 changed files with 0 additions and 3 deletions

View File

@ -438,9 +438,6 @@ public abstract class Resource extends BaseResource implements IAnyResource {
return webPath;
}
public void setWebPath(String webPath) {
if (webPath != null && webPath.startsWith("file:")) {
System.out.println("!"); // FIXME
}
this.webPath = webPath;
}