remove console error

pull/1561/head
John McLear 2013-02-26 16:32:34 -08:00
parent 1fd99bfd43
commit ea4307ae97
1 changed files with 0 additions and 1 deletions

View File

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