From 739f6f14240c2ff74245302ee37ce70a4f15b088 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 29 Oct 2017 12:25:57 +0100 Subject: [PATCH] remove debug printf --- Fltk/onelabGroup.cpp | 1 - benchmarks/misc/master_slave_variables.geo | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp index 302bc3134d..0f117331cd 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -651,7 +651,6 @@ void onelabGroup::openCloseViewButton(int num) static bool serverAction(const std::string &action) { - printf("server action %s\n", action.c_str()); if(action == "ResetDatabase"){ // reset the onelab db resetDb(false); FlGui::instance()->rebuildTree(false); diff --git a/benchmarks/misc/master_slave_variables.geo b/benchmarks/misc/master_slave_variables.geo index e9491bd6a1..e7a29ffdac 100644 --- a/benchmarks/misc/master_slave_variables.geo +++ b/benchmarks/misc/master_slave_variables.geo @@ -4,3 +4,5 @@ DefineConstant[ c = {a*2, Name "var3", Label "Editable slave (x 2) variable"} d = {a*2, Name "var4", Label "Standard (x 2) variable"} ]; + +Printf("a=%g b=%g c=%g d=%g", a, b, c, d); -- GitLab