Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
abbysmal committed Feb 21, 2017
1 parent c79fd58 commit 8290719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/nqsb_config.ml
Expand Up @@ -251,7 +251,6 @@ let tls_configure tls_ptr tls_conf_ptr =
in
match ctx with
| Ok ctx ->
print_endline "loooooooooooooooooooool";
Root.set (to_voidp tls_ptr) { tls with Nqsb.state = `Configured ctx }; 0
| Error msg ->
Root.set (to_voidp tls_ptr) { tls with Nqsb.error = Some (`Tls_other msg) }; -1
Expand Down

0 comments on commit 8290719

Please sign in to comment.