Skip to content

Commit

Permalink
Remove unecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
PEM-- committed Jul 18, 2014
1 parent 4e280b1 commit af4ade6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.1 - Minor fix
* Remove the unecessary console.log.

## 0.3.0 - Compile debug as an option
* Setting for compile debug, set as default.
* Catch error and set it as the default rendering.
Expand Down
1 change: 0 additions & 1 deletion lib/jade-compile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports =
atom.workspace.registerOpener (uriToOpen) ->
{protocol, host, pathname} = url.parse uriToOpen
pathname = (querystring.unescape pathname) if pathname
console.log 'Pathname', pathname
return unless protocol is 'jade-compile:'
new JadeCompileView(editorId: pathname.substr(1))

Expand Down

0 comments on commit af4ade6

Please sign in to comment.