Move ohif:log into ohif:core

This commit is contained in:
Erik Ziegler 2018-09-17 11:14:35 +02:00
parent 054e37dfb7
commit 54a0f447b5

View File

@ -1,5 +1,3 @@
import { Meteor } from 'meteor/meteor';
import { OHIF } from 'meteor/ohif:core';
import loglevel from 'loglevel';
const defaultLevel = Meteor.isProduction ? 'ERROR' : 'TRACE';