am bf640766: am cf4e11b4: Always read bugreports from EXTERNAL_STORAGE.

* commit 'bf6407668ef95238a7a9cc7f3afcdd0e4b95c4a4':
  Always read bugreports from EXTERNAL_STORAGE.
diff --git a/bugmailer/bugmailer.sh b/bugmailer/bugmailer.sh
index 225b18d..8b1b7fe 100755
--- a/bugmailer/bugmailer.sh
+++ b/bugmailer/bugmailer.sh
@@ -15,11 +15,8 @@
 else
   writePath="$EXTERNAL_STORAGE"
 fi
-if [ -n "$BUGREPORT_READ_PATH" ]; then
-  readPath="$BUGREPORT_READ_PATH"
-else
-  readPath="$EXTERNAL_STORAGE"
-fi
+
+readPath="$EXTERNAL_STORAGE"
 
 tmpPath="/data/local/tmp"
 bugreportPath="bugreports"