diff --git a/UD_any/data/getRawText.py b/UD_any/data/getRawText.py
index 1bdecba9534122bef04152e76b6b66e0019332c1..0b2ff8e83156ffda959108a5b819c55ec4c22ece 100755
--- a/UD_any/data/getRawText.py
+++ b/UD_any/data/getRawText.py
@@ -20,5 +20,5 @@ if __name__ == "__main__" :
       continue
     targetFile = open(target, "w")
     command = sys.argv[1] + " " + pathToFile
-    p = subprocess.Popen(command, stdout=targetFile, stderr=sys.stderr, shell=True)
+    p = subprocess.Popen(command, stdout=targetFile, shell=True)
     p.wait()