You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/07 00:33:13 UTC

[4/5] couchdb commit: updated refs/heads/1843-feature-bigcouch to 9bc60be

squash to coffee


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/39c5c977
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/39c5c977
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/39c5c977

Branch: refs/heads/1843-feature-bigcouch
Commit: 39c5c977f29abd69abe0e90113bdaa92bc96e283
Parents: f7ec006
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Feb 6 17:31:37 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 17:31:37 2014 -0600

----------------------------------------------------------------------
 dev/run | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/39c5c977/dev/run
----------------------------------------------------------------------
diff --git a/dev/run b/dev/run
index e898acf..fc76476 100755
--- a/dev/run
+++ b/dev/run
@@ -212,7 +212,6 @@ def run_command(cmd):
         line = p.stdout.readline()
         if not line:
             break
-        sys.stderr.write("AND DOING" + os.linesep)
         try:
             eval(line)
         except: