Removed printlns ready for DoD

main
Fan-Wu Yang 8 years ago
parent 6cfb076fef
commit 9da0d238c2

@ -393,7 +393,6 @@ public class RaceViewController extends Controller {
sails3D.stopLuffing(); sails3D.stopLuffing();
} }
} else { } else {
System.out.println("luffing");
if (!sails3D.isLuffing()) { if (!sails3D.isLuffing()) {
sails3D.startLuffing(); sails3D.startLuffing();
} }

@ -27,7 +27,6 @@ public class Assets3D {
for (int i = 0; i < sails.length; i++){ for (int i = 0; i < sails.length; i++){
String path = String.format("assets/Sails/V1.3 Sail_%06d.obj", i + 1); String path = String.format("assets/Sails/V1.3 Sail_%06d.obj", i + 1);
System.out.println(path);
URL asset = Assets3D.class.getClassLoader().getResource(path); URL asset = Assets3D.class.getClassLoader().getResource(path);
objModelImporter.read(asset); objModelImporter.read(asset);
if (objModelImporter.getImport().length > 0) { if (objModelImporter.getImport().length > 0) {

Loading…
Cancel
Save