Increment project version for sponge release

This commit is contained in:
Justin Crawford 2019-10-13 01:03:00 -07:00
parent a7918c68aa
commit dd76551cf9
No known key found for this signature in database
GPG Key ID: 0D84DEDBB8EF259C
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.ryanmichela</groupId>
<artifactId>sshd</artifactId>
<version>1.3.7</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Sponge-SSHD</name>
<description>Sponge port for Minecraft-SSHD. SSH for your minecraft server!</description>

View File

@ -34,8 +34,6 @@ public class StreamHandlerAppender implements Appender
@Override
public void append(LogEvent logEvent)
{
if(true) return;
if (logEvent.getLevel() == Level.DEBUG || logEvent.getLevel() == Level.TRACE)
return;