Skip to content

Commit

Permalink
remove duplicate message
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 24, 2019
1 parent b29d9bb commit 5b23d15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/installer/index.ts
Expand Up @@ -122,8 +122,6 @@ export function install(
isCI: boolean,
requireRunNodePath = require.resolve('run-node/run-node')
): void {
console.log('husky > Setting up git hooks')

// First directory containing user's package.json
const userPkgDir = pkgDir.sync(path.join(huskyDir, '..'))

Expand Down Expand Up @@ -178,8 +176,6 @@ export function install(
}

export function uninstall(gitDir: string, huskyDir: string): void {
console.log('husky > Uninstalling git hooks')

if (gitDir === null) {
console.log(
"Can't find resolved .git directory, skipping Git hooks uninstallation."
Expand Down

0 comments on commit 5b23d15

Please sign in to comment.