remove stray console.log

This commit is contained in:
Jeff Williams 2013-01-15 08:39:11 -08:00
parent 5880a7bd79
commit 2ad44a6c6a

View File

@ -11,6 +11,5 @@ exports.handlers = {
// a JSDoc comment looks like: /**[one or more chars]*/
var comments = e.source.match(/\/\*\*[\s\S]+?\*\//g);
e.source = comments.join('\n\n');
console.log('source: ' + e.source);
}
};