From a59f0177103249d8bf14c8223336a0f157d5b799 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 28 Feb 2015 14:02:50 +0100 Subject: [PATCH] Removed two sysouts --- .../src/plugins/java/com/jme3/material/plugins/J3MLoader.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java b/jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java index 063151a57..a4bf9fe9a 100644 --- a/jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java +++ b/jme3-core/src/plugins/java/com/jme3/material/plugins/J3MLoader.java @@ -102,8 +102,6 @@ public class J3MLoader implements AssetLoader { } private void readShaderDefinition(Shader.ShaderType shaderType, String name, String language) { - System.out.println(shaderType); - System.out.println(name); shaderName.put(shaderType, name); shaderLanguage.put(shaderType, language); }