Skip to content

Commit

Permalink
johndevsGH-532 Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
ilx committed Nov 7, 2018
1 parent 43a963a commit eb12bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/devsoap/plugin/PayaraServerRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public static void main(String[] args) throws Exception {

File work = new File(workdir);
File explodedWar = new File(work, "war");
// PayaraMicro.setUpackedJarDir(explodedWar);

PayaraMicroRuntime runtime = micro.bootstrap();
runtime.deploy(explodedWar);
Expand Down

0 comments on commit eb12bca

Please sign in to comment.