diff src/luan/modules/http/Server.luan @ 1201:7f4a12fb7716

remove logging/init.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Mar 2018 17:07:48 -0700
parents dada70cb57c1
children ce3279ef1bd9
line wrap: on
line diff
--- a/src/luan/modules/http/Server.luan	Thu Mar 01 16:28:18 2018 -0700
+++ b/src/luan/modules/http/Server.luan	Sun Mar 04 17:07:48 2018 -0700
@@ -10,7 +10,6 @@
 local Rpc = require "luan:Rpc.luan"
 local Thread = require "luan:Thread.luan"
 local Http = require "luan:http/Http.luan"
-require "luan:logging/init.luan"  -- initialize logging
 local Logging = require "luan:logging/Logging.luan"
 local logger = Logging.logger "http/Server"