kill dead code

This commit is contained in:
Chris Wanstrath
2011-11-14 00:01:30 -08:00
parent ef55d77610
commit b38da15b4f
2 changed files with 0 additions and 4 deletions

View File

@@ -67,7 +67,6 @@ module.exports = tdoc =
# Returns the fully rendered template.
render: (template, context) ->
compiled = hbar.compile template
console.log compiled
compiled context
# Reads a file synchronously using either CommonJS or node.

View File

@@ -8,9 +8,6 @@ window:
'cmd-o': (window) -> window.open()
'cmd-s': (window) -> window.save()
resource:
'cmd-shift-d': -> console.log 'derp'
editor:
'cmd-w': 'close'
'cmd-shift-s': 'saveAs'