Comparing version 0.1.1 to 0.1.2
@@ -142,5 +142,5 @@ // Copyright Teleportd Ltd. | ||
prt: make_partials() }; | ||
console.log('========================================'); | ||
console.log(JSON.stringify(commit)); | ||
console.log('=++++++++++++++++++++++++++++++++++++++='); | ||
//console.log('========================================'); | ||
//console.log(JSON.stringify(commit)); | ||
//console.log('=++++++++++++++++++++++++++++++++++++++='); | ||
@@ -158,7 +158,7 @@ if(my.creq) | ||
my.creq = http.request(options, function(res) { | ||
console.log('/agg ' + res.statusCode); | ||
//console.log('/agg ' + res.statusCode); | ||
delete my.commit_req; | ||
}); | ||
my.creq.on('error', function(err) { | ||
console.log('/agg error'); | ||
//console.log('/agg error'); | ||
}); | ||
@@ -165,0 +165,0 @@ my.creq.write(JSON.stringify(commit)); |
{ | ||
"name": "dattss", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "NodeJS Driver for DaTtSs", | ||
@@ -5,0 +5,0 @@ "author": { "name": "Stanislas Polu", |
8594