mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 04:31:58 +01:00
code cleanup
This commit is contained in:
parent
5535a64de4
commit
7769423484
@ -65,9 +65,7 @@ var Piler =
|
||||
**/
|
||||
getSource:function( a, b )
|
||||
{
|
||||
// <DEBUG>
|
||||
Piler.log("[getSource]", a, b );
|
||||
// </DEBUG>
|
||||
|
||||
if ( !b )
|
||||
{
|
||||
@ -79,9 +77,7 @@ var Piler =
|
||||
}
|
||||
catch ( e )
|
||||
{
|
||||
// <DEBUG>
|
||||
Piler.log("[getSource]", e );
|
||||
// </DEBUG>
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user