removed unnecessary code
This commit is contained in:
@@ -7,7 +7,6 @@ import java.io.File;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class Sound {
|
||||
|
||||
@@ -32,7 +31,7 @@ public class Sound {
|
||||
clip = AudioSystem.getClip();
|
||||
clip.open(ais);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
Boot.logger.log(Level.SEVERE, "Could not load Sound File: " + soundURL[i], e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user