added a logger, started working on the maintenance timer routines
[nodejs-repoproxy.git] / unittests / argtest.js
1
2 function logtest() {
3         console.log.apply(this, arguments);
4 }
5
6 var asdf = new Date();
7
8 logtest("one", asdf);