| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index c063e9e75e6ecd1549d24b3d17ad296fdb1c3bcc..9e7bb90c3db623a05822ec19e3bdccfd61402965 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -811,18 +811,6 @@ hooks = [
|
| 'pattern': '.',
|
| 'action': ['python', 'src/build/gyp_chromium'],
|
| },
|
| - {
|
| - # Verify committers' ~/.netc, gclient and git are properly configured for
|
| - # write access to the git repo. To be removed sometime after Chrome to git
|
| - # migration completes (let's say Sep 1 2014).
|
| - 'name': 'check_git_config',
|
| - 'pattern': '.',
|
| - 'action': [
|
| - 'python',
|
| - 'src/tools/check_git_config.py',
|
| - '--running-as-hook',
|
| - ],
|
| - },
|
| ]
|
|
|
|
|
|
|