diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-16 23:25:50 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-18 15:43:50 -0400 |
commit | b892188878fd5a1a38a45d1c2e892c41be240ca0 (patch) | |
tree | d10a7023641c294a0c76f505c9ee0f870fdf36c9 /src/handlers.rs | |
parent | 3e51605bc9ca98522fc21a0673e690105f48da98 (diff) |
Better exception output.
Diffstat (limited to 'src/handlers.rs')
-rw-r--r-- | src/handlers.rs | 3 |
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_); |