From 4437e500b4ad6bf7c007d8207928b3b1b0c01d3c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 20 Jan 2010 09:06:58 -0500 Subject: Fix _u_rel_path problems in VCS._children --- libbe/storage/vcs/arch.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libbe/storage/vcs/arch.py') diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index f9b01fd..74ba371 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -304,7 +304,6 @@ class Arch(base.VCS): self._invoke_client( 'file-find', '--unescaped', path, revision) relpath = output.rstrip('\n').splitlines()[-1] - print >> sys.stderr, 'getting', relpath return base.VCS._vcs_get_file_contents(self, relpath) def _vcs_path(self, id, revision): -- cgit