summaryrefslogtreecommitdiff
path: root/src/webid-oidc-hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/webid-oidc-hello')
-rwxr-xr-xsrc/webid-oidc-hello5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webid-oidc-hello b/src/webid-oidc-hello
index ce169d4..ea9d407 100755
--- a/src/webid-oidc-hello
+++ b/src/webid-oidc-hello
@@ -20,9 +20,4 @@
(use-modules (webid-oidc hello-world))
-(format (current-error-port) "Logging to hello.log and hello.err.\n")
-
-(set-current-output-port (open-output-file "hello.log"))
-(set-current-error-port (open-output-file "hello.err"))
-
(main)