mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove unnecessary print out
This commit is contained in:
parent
ae347bdeed
commit
fecd3ae06e
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ const run = () => {
|
|||
targetKeys = Object.keys(target);
|
||||
|
||||
const diff = difference(sourceKeys, targetKeys);
|
||||
console.log(`target: ${target}`);
|
||||
|
||||
if (diff.length > 0) {
|
||||
return selectKey(targetLang, diff, source, target);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue