Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 15, 2023
1 parent cbe6440 commit 71a3866
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/qz/installer/provision/Provisioner.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,4 @@ private ArrayList<Step> parse(String jsonData) throws JSONException {
}
return steps;
}



/*private File normalizePath(String relative) {
if(this.type == Type.CERT || this.type == Type.SCRIPT) {
File normalized = SystemUtilities.getJarParentPath(".").resolve(relative).toFile();
log.info("Normalizing path {} to {}", relative, normalized);
return normalized;
}
throw new UnsupportedOperationException("Path conversion for Type " + this.type + " not yet supported");
}*/
}

0 comments on commit 71a3866

Please sign in to comment.