Remove debug statement
Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/be9961e5 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/be9961e5 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/be9961e5 Branch: refs/heads/FLUME-1787 Commit: be9961e5c63158eed07717f6231283d8e932e0ac Parents: 50c0200 Author: Brock Noland <[email protected]> Authored: Thu Dec 20 09:58:50 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Thu Dec 20 09:58:50 2012 -0600 ---------------------------------------------------------------------- dev-support/test-patch.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/be9961e5/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index ff2b905..e54c68e 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -90,7 +90,6 @@ def git_cleanup(): def git_checkout(result, branch): if execute("git checkout %s" % (branch)) != 0: result.fatal("git checkout %s failed" % branch) - execute("git clean -d -n") if execute("git clean -d -f") != 0: result.fatal("git clean failed") if execute("git reset --hard HEAD") != 0:
