Comment out roblox_studio mechanisms for now, start using env_logger

This commit is contained in:
Lucien Greathouse
2018-09-21 18:00:41 -07:00
parent a69cbf45df
commit dbad0a16c4
9 changed files with 77 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ use rouille::{self, Request, Response};
use ::{
id::Id,
message_queue::Message,
project::Project,
rbx::RbxInstance,
session::Session,
};
@@ -54,6 +53,8 @@ impl Server {
#[allow(unreachable_code)]
pub fn handle_request(&self, request: &Request) -> Response {
trace!("Request {} {}", request.method(), request.url());
router!(request,
(GET) (/) => {
Response::text("Rojo is up and running!")