From 514a6d66cf42cd86fe604993dc5cf9139a17bb79 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 5 Apr 2014 22:05:18 -0700 Subject: [PATCH] Remove incorrect todo comment. --- pre_commit/staged_files_only.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pre_commit/staged_files_only.py b/pre_commit/staged_files_only.py index fdb42d67..8a38ae11 100644 --- a/pre_commit/staged_files_only.py +++ b/pre_commit/staged_files_only.py @@ -45,7 +45,6 @@ def staged_files_only(cmd_runner): 'Stashed changes conflicted with hook auto-fixes... ' 'Rolling back fixes...' ) - # TOOD: print a warning about rolling back changes made by hooks # We failed to apply the patch, presumably due to fixes made # by hooks. # Roll back the changes made by hooks.