remove console.log

This commit is contained in:
Ra100 2016-01-28 15:43:56 +01:00
parent 2dce172228
commit 6d73fa0234
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ module.exports = class Remark extends Beautifier
beautify: (text, language, options) ->
return new @Promise((resolve, reject) ->
try
console.log(options)
remark = require 'remark'
cleanMarkdown = remark.process(text, options)
resolve cleanMarkdown