logging_CrashServices: Remove X11 remnants

Not need to check since X11 is completely gone.

BUG=chromium:655820
TEST=test_that

Change-Id: I50f45f615a52ba7ad43b3deb95a5737150bfd381
Reviewed-on: https://chromium-review.googlesource.com/493901
Commit-Ready: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
diff --git a/client/site_tests/logging_CrashServices/logging_CrashServices.py b/client/site_tests/logging_CrashServices/logging_CrashServices.py
index 6f58af5..37af6ed 100644
--- a/client/site_tests/logging_CrashServices/logging_CrashServices.py
+++ b/client/site_tests/logging_CrashServices/logging_CrashServices.py
@@ -103,13 +103,6 @@
             return
 
         with chrome.Chrome():
-            if not utils.is_freon():
-                process_path = '/usr/bin/X'
-                crash_extensions = ['.core', '.dmp', '.meta']
-                self.job.run_test("logging_CrashServices",
-                                  process_path=process_path,
-                                  crash_extensions=crash_extensions,
-                                  tag=os.path.basename(process_path))
             for process_path in self.process_list.keys():
                 self.job.run_test("logging_CrashServices",
                                   process_path=process_path,