init: sudah ganti logo, hilangin setting, dan investigational use dialog
This commit is contained in:
8
platform/i18n/src/debugger.js
Normal file
8
platform/i18n/src/debugger.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { debugMode } from './config';
|
||||
|
||||
export default (message, level = 'log') => {
|
||||
if (debugMode) {
|
||||
// eslint-disable-next-line
|
||||
console[level]('@ohif/i18n: ', message);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user