Skip to content

Commit

Permalink
Remove args from Application
Browse files Browse the repository at this point in the history
  • Loading branch information
yazan committed Aug 7, 2017
1 parent 4a5ff21 commit 19e9188
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/edu/iris/dmc/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public class Application {
*/
public static void main(String[] argv) throws Exception {

argv = new String[] { "https://files.anss-sis.scsn.org/production/FDSNstationXML" };

JCommander.newBuilder().addObject(args).build().parse(argv);
if (args.version) {
System.out.println(Application.getVersion());
Expand Down

0 comments on commit 19e9188

Please sign in to comment.