code cleanup

This commit is contained in:
SJ 2013-02-15 19:58:48 +01:00
parent 5535a64de4
commit 7769423484

View File

@ -65,9 +65,7 @@ var Piler =
**/ **/
getSource:function( a, b ) getSource:function( a, b )
{ {
// <DEBUG>
Piler.log("[getSource]", a, b ); Piler.log("[getSource]", a, b );
// </DEBUG>
if ( !b ) if ( !b )
{ {
@ -79,9 +77,7 @@ var Piler =
} }
catch ( e ) catch ( e )
{ {
// <DEBUG>
Piler.log("[getSource]", e ); Piler.log("[getSource]", e );
// </DEBUG>
} }
} }