Skip to content

Commit

Permalink
refactor(scripts): remove unused code to make jshint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Apr 17, 2013
1 parent 04eb25f commit 4b98c4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/init-dev-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ var pathTo = function(p) {

var validateCommitPath = pathTo('scripts/validate-commit-msg.js');
var gitHookPath = pathTo('.git/hooks/commit-msg');
var nodeModulesPath = pathTo('node_modules');
var nmKarmaPath = pathTo('node_modules/karma');

var karmaPath = '..';

var gitHookSetup = function() {

Expand Down

0 comments on commit 4b98c4c

Please sign in to comment.