rm console.log

This commit is contained in:
Matias Alejo Garcia 2015-02-01 10:59:53 -03:00
parent 67e6a99924
commit 1f6a7bb276
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ SignUtils.verify = function (text, signature, pubKey) {
} catch (e) {
return false;
}
console.log('[signutils.js.38:sig:]',sig); //TODO
};
module.exports = SignUtils;