From d8131a04db7f43b28383de3c44e97a3b71a96bba Mon Sep 17 00:00:00 2001 From: Adubbz Date: Mon, 22 Apr 2013 22:49:30 +1000 Subject: [PATCH] Removed debug from testing the fix for resources on the desktop --- src/minecraft/biomesoplenty/BiomesOPlenty.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/minecraft/biomesoplenty/BiomesOPlenty.java b/src/minecraft/biomesoplenty/BiomesOPlenty.java index 781ec2a61..275c94ee6 100644 --- a/src/minecraft/biomesoplenty/BiomesOPlenty.java +++ b/src/minecraft/biomesoplenty/BiomesOPlenty.java @@ -75,7 +75,6 @@ public class BiomesOPlenty { for (String soundFile : soundFiles) try { - System.out.println(Minecraft.getMinecraftDir().getAbsolutePath().toString() + "/resources/mod/streaming/" + soundFile); File file = new File(Minecraft.getMinecraftDir().getAbsolutePath() + "/resources/mod/streaming/" + soundFile); if (!file.exists()) { System.out.println("[BiomesOPlenty] " + soundFile + " doesn't exist, creating...");