summaryrefslogtreecommitdiffstats
path: root/examples/hello-world/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello-world/main.cpp')
-rw-r--r--examples/hello-world/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hello-world/main.cpp b/examples/hello-world/main.cpp
index e71a02115..ece390543 100644
--- a/examples/hello-world/main.cpp
+++ b/examples/hello-world/main.cpp
@@ -69,7 +69,6 @@ struct HelloWorldExample : public TestBase
int exampleMain(int argc, char** argv)
{
- initDebugCallback();
HelloWorldExample example;
example.parseOption(argc, argv);
return example.run();