lib/env.rhino.js in drogus-blue-ridge-0.0.1 vs lib/env.rhino.js in drogus-blue-ridge-0.0.2
- old
+ new
@@ -10,12 +10,12 @@
//set this to true and see profile/profile.js to select which methods
//to profile
$env.profile = false;
- $env.log = function(msg, level){
- print(' '+ (level?level:'LOG') + ':\t['+ new Date()+"] {ENVJS} "+msg);
- };
+ $env.log = function(msg, level) {};
+// print(' '+ (level?level:'LOG') + ':\t['+ new Date()+"] {ENVJS} "+msg);
+// };
$env.debug = function(){};
$env.info = function(){};
$env.warn = function(){};
$env.error = function(){};