summaryrefslogtreecommitdiff
path: root/src/handlers.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-16 23:25:50 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-18 15:43:50 -0400
commitb892188878fd5a1a38a45d1c2e892c41be240ca0 (patch)
treed10a7023641c294a0c76f505c9ee0f870fdf36c9 /src/handlers.rs
parent3e51605bc9ca98522fc21a0673e690105f48da98 (diff)
Better exception output.
Diffstat (limited to 'src/handlers.rs')
-rw-r--r--src/handlers.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index 4c4a791ea..a9221a8cb 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -177,9 +177,6 @@ pub extern "C" fn handle_code_fetch(
module_specifier_: *const c_char,
containing_file_: *const c_char,
) {
- // TODO(ry) Move this to main.
- log::set_max_level(log::LevelFilter::Debug);
-
let module_specifier = string_from_ptr(module_specifier_);
let containing_file = string_from_ptr(containing_file_);