Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeller committed Aug 31, 2018
1 parent 7d0bb68 commit 8ac3848
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/Consumat.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public class Consumat {

public static void main(String[] args) {
initializeLogging();
LOGGER.info("Starting FARMIND: version number: 0.7.0");
LOGGER.finest("meow");
LOGGER.info("Starting FARMIND: version number: 0.7.5");
CommandLine cmd = parseInput(args); // parse input arguments

ReadData reader = new ReadData(); // read all input data files
Expand Down Expand Up @@ -119,7 +118,6 @@ private static void initializeLogging() {
fh = new FileHandler("ABM.log");
LOGGER.addHandler(fh);
SimpleFormatter formatter = new SimpleFormatter();
LOGGER.log(Level.SEVERE, "severe");
fh.setFormatter(formatter);
} catch (SecurityException e) {
e.printStackTrace();
Expand Down

0 comments on commit 8ac3848

Please sign in to comment.