From 01c41a9ff25fc0cb866593a2371d921907c785c1 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Thu, 10 Dec 2015 14:14:17 +0100 Subject: [PATCH] Remove more debug output. --- interpreter/cling/tools/Jupyter/Kernel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interpreter/cling/tools/Jupyter/Kernel.cpp b/interpreter/cling/tools/Jupyter/Kernel.cpp index 8e969e8511d..370963f9300 100644 --- a/interpreter/cling/tools/Jupyter/Kernel.cpp +++ b/interpreter/cling/tools/Jupyter/Kernel.cpp @@ -16,7 +16,6 @@ using TheInterpreter = void ; /// Create an interpreter object. TheInterpreter *cling_create(int argc, const char *argv[], const char* llvmdir) { auto interp = new cling::Interpreter(argc, argv, llvmdir); - printf("Interpreter @%p\n", interp); return interp; } -- GitLab