Skip to content

Commit

Permalink
removes commented out filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Cowden committed Jun 14, 2017
1 parent bb2ce7b commit 38b6c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = co.wrap(function* plutoPath(o) {
const component = components[filename]

const componentName = standardNamingStrategy(filename)
// const bindingName = standardBindingStrategy(filename, component)
const bindingName = standardBindingStrategy(componentName, component)
bind(componentName)[bindingName](component)
}
Expand Down

0 comments on commit 38b6c48

Please sign in to comment.