From e4c225fb175d85107c2f08db56d726ea619d8d72 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 23 Jul 2015 14:42:02 -0700
Subject: [PATCH] ugh

---
 src/allmydata/scripts/debug.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/allmydata/scripts/debug.py b/src/allmydata/scripts/debug.py
index 738f911e..37e544ac 100644
--- a/src/allmydata/scripts/debug.py
+++ b/src/allmydata/scripts/debug.py
@@ -975,12 +975,6 @@ def trial(config):
     sys.argv = ['trial'] + config.trial_args
 
     from allmydata._version import full_version
-    if full_version.endswith("-dirty"):
-        print >>sys.stderr
-        print >>sys.stderr, "WARNING: the source tree has been modified since the last commit."
-        print >>sys.stderr, "(It is usually preferable to commit, then test, then amend the commit(s)"
-        print >>sys.stderr, "if the tests fail.)"
-        print >>sys.stderr
 
     # This does not return.
     twisted_trial.run()
-- 
2.45.2