diff core/src/luan/impl/LuanCompiler.java @ 691:5b9c7f8529ee

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 18 Apr 2016 17:37:19 -0600
parents 49f3d290bebd
children b620b8e1010f
line wrap: on
line diff
--- a/core/src/luan/impl/LuanCompiler.java	Mon Apr 18 17:20:08 2016 -0600
+++ b/core/src/luan/impl/LuanCompiler.java	Mon Apr 18 17:37:19 2016 -0600
@@ -57,7 +57,7 @@
 			}
 			return parser.RequiredModule();
 		} catch(ParseException e) {
-e.printStackTrace();
+//e.printStackTrace();
 			throw new LuanException( e.getFancyMessage() );
 		}
 	}