Remove removed option

This commit is contained in:
Travis Ralston 2021-11-29 14:26:29 -07:00
parent 22b245bbd1
commit 5ee0254521

View File

@ -1,5 +1,4 @@
import * as config from "config";
import { LogConfig } from "matrix-bot-sdk";
export interface DimensionConfig {
web: {
@ -43,7 +42,6 @@ export interface DimensionConfig {
dimension: {
publicUrl: string;
};
logging: LogConfig;
}
//TODO: We should better use the .get function from node config