mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
kill dead code
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user