sg_pt_linux.c: remove some debug code

git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@741 6180dd3e-e324-4e3e-922d-17de1ae2f315
diff --git a/ChangeLog b/ChangeLog
index 96c6b24..13ada9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 some description at the top of its ".c" file. All utilities in the main
 directory have their own "man" pages. There is also a sg3_utils man page.
 
-Changelog for sg3_utils-1.43 [20171230] [svn: r740]
+Changelog for sg3_utils-1.43 [20171231] [svn: r741]
   - sg_bg_ctl: new Background control command (sbc4r08)
   - sg_write_x: where x can be normal, atomic, orwrite,
     same, scattered, or stream writes with 16 or 32 byte
diff --git a/lib/sg_pt_linux.c b/lib/sg_pt_linux.c
index 3512ea1..f956f12 100644
--- a/lib/sg_pt_linux.c
+++ b/lib/sg_pt_linux.c
@@ -360,12 +360,6 @@
 {
     int fd;
 
-bool ok;
-char b[512];
-ok = sg_get_nvme_char_devname(device_name, sizeof(b), b);
-pr2ws("%s: sg_get_nvme_char_devname() --> ok=%s\n", __func__, ok ? "true" : "false");
-if (ok)
-pr2ws("\t trimmed devname: %s\n", b);
     if (! sg_bsg_nvme_char_major_checked) {
         sg_bsg_nvme_char_major_checked = true;
         sg_find_bsg_nvme_char_major(verbose);