[devhost] Remove old debug code.

Remove code added to track down DNO-492. The issue is closed, so we
shouldn't need this any longer.

Bugs: DNO-492
Change-Id: I6bf2e77baf7be9ee628aee0bcfbd043fcbfcf185
diff --git a/zircon/system/core/devmgr/devhost/devhost.cpp b/zircon/system/core/devmgr/devhost/devhost.cpp
index 2994d7a..6b3018d 100644
--- a/zircon/system/core/devmgr/devhost/devhost.cpp
+++ b/zircon/system/core/devmgr/devhost/devhost.cpp
@@ -465,11 +465,6 @@
     zx::vmo driver_vmo(raw_driver_vmo);
     fbl::StringPiece driver_path(driver_path_data, driver_path_size);
 
-    // TODO: added to help debug DNO-492, remove when done
-    if (driver_path == "/boot/driver/zxcrypt.so") {
-        log(ERROR, "devhost[%s] bind zxcrypt\n", ctx->path);
-    }
-
     // TODO: api lock integration
     log(RPC_IN, "devhost[%s] bind driver '%.*s'\n", ctx->path, static_cast<int>(driver_path_size),
         driver_path_data);