mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Ivan - Remove debugger [skip ci]
This commit is contained in:
parent
251af39615
commit
8e05054ef4
@ -8,7 +8,6 @@ let mf = new MessageFormat('en');
|
||||
let i18n = function (key, params = null) {
|
||||
let i18nKey = i18nData(key, store.getState().config.language);
|
||||
let message = mf.compile(i18nKey);
|
||||
debugger;
|
||||
|
||||
return message(params);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user