remove console error

This commit is contained in:
John McLear 2013-02-26 16:32:34 -08:00
parent 1fd99bfd43
commit ea4307ae97

View file

@ -50,7 +50,6 @@ async.series([
padManager.removePad(padId, function(err){
callback(err);
});
console.error("cool I got here");
callback();
}
], function (err)