mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-18 10:04:36 +01:00
remove logging
This commit is contained in:
@@ -63,8 +63,6 @@ export default class Tr extends React.Component<IProps, IState> {
|
||||
export async function translate(text: string) {
|
||||
const language = await getConfigOption('language') || 'en'
|
||||
const translation_json = JSON.parse(await invoke('get_lang', { lang: language }) || '{}')
|
||||
|
||||
console.log(translation_json)
|
||||
|
||||
// Traversal
|
||||
if (text.includes('.')) {
|
||||
|
||||
Reference in New Issue
Block a user