Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Jul 8, 2015
1 parent 02f8730 commit 31e18f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
###############################
# Changelog #
###############################
3.15.1
- Removed annoying debug output in GitHub feature

3.15
- New Logging system
- SpellingCorrection fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion src/bl4ckscor3/bot/bl4ckb0t/core/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void createBot() throws IOException, IrcException
Startup.setValidUsers();
Startup.setIgnoredUsers();
config = new Configuration.Builder<Bot>()
.setVersion("3.15")
.setVersion("3.15.1")
.setName("bl4ckb0t")
.setLogin("bl4ckb0t")
.setServer("irc.esper.net", 6697)
Expand Down
1 change: 0 additions & 1 deletion src/bl4ckscor3/bot/bl4ckb0t/misc/GitHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public static void show(MessageEvent<Bot> event, String link) throws MalformedUR
{
String[] split = s.split(":");

System.out.println(s);
switch(split[0])
{
case "description\"":
Expand Down

0 comments on commit 31e18f7

Please sign in to comment.