Cleanup some files and setting logEvel based on dev env

This commit is contained in:
Fabian
2019-10-10 01:25:53 +02:00
parent 518d46f410
commit 62ef572fbf
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import getLevelDB from "../storage";
import PathLock from "./lock";
import Query from "./query";
import { Observable } from "@hibas123/utils";
import Logging from "@hibas123/logging";
export class DatabaseManager {
static databases = new Map<string, Database>();