Revert D26927500: [libkineto] Log CUPTI errors on libkineto initialization

Test Plan: revert-hammer

Differential Revision:
D26927500 (https://github.com/pytorch/pytorch/commit/cffe9aa61779d406e3b9a9c0b3f515ccfedd8c83)

Original commit changeset: 2a78005239a5

fbshipit-source-id: ff9fdcb197b06b4ff99f41c80b4cecaf6a1820b8
diff --git a/torch/csrc/autograd/profiler_kineto.cpp b/torch/csrc/autograd/profiler_kineto.cpp
index e5cd57f..241d1b1 100644
--- a/torch/csrc/autograd/profiler_kineto.cpp
+++ b/torch/csrc/autograd/profiler_kineto.cpp
@@ -270,8 +270,7 @@
   }
 
   if (!libkineto::api().isProfilerRegistered()) {
-    libkineto_init(
-        !torch::cuda::is_available() /*cpuOnly*/, true /*logOnError*/);
+    libkineto_init(!torch::cuda::is_available());
     libkineto::api().suppressLogMessages();
   }