UNPKG
freeloader
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Stream-based HTTP load testing framework
github.com/rprieto/freeloader
rprieto/freeloader
freeloader
/
lib
/
log.js
14 lines
(9 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if
(process.
env
.
DEBUG
) {
module
.
exports
=
function
(
) {
var
args =
Array
.
prototype
.
slice
.
call
(
arguments
);
console
.
log
.
apply
(
this
, args); }; }
else
{
module
.
exports
=
function
(
) { }; }