mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 23:11:57 +03:00
Remove some comments.
This commit is contained in:
parent
1fa95318db
commit
102f8266fb
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
import ru.gravit.utils.helper.LogHelper;
|
||||
|
||||
public final class JARLauncherBinary extends LauncherBinary {
|
||||
//public ClassMetadataReader reader;
|
||||
public ArrayList<LauncherBuildTask> tasks;
|
||||
public JARLauncherBinary(LaunchServer server) throws IOException {
|
||||
super(server);
|
||||
|
@ -29,7 +28,6 @@ public JARLauncherBinary(LaunchServer server) throws IOException {
|
|||
|
||||
@Override
|
||||
public void build() throws IOException {
|
||||
// Build launcher binary
|
||||
LogHelper.info("Building launcher binary file");
|
||||
Path thisPath = null;
|
||||
boolean isNeedDelete = false;
|
||||
|
|
Loading…
Reference in a new issue