Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
Accidentally added in fix for
#377.
  • Loading branch information
liammulh committed Feb 25, 2023
1 parent b953056 commit 770323c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/translationApi/storeTranslationLongTerm.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const storeTranslationLongTerm = async preparedTranslation => {
fileContents,
privateConfig.BABEL_BRANCH
);
console.log( `----------> longTermStorageRes = ${JSON.stringify( longTermStorageRes, null, 4 )}` );
logger.info( 'created file on github' );
logger.info( `stored translation of strings in ${repo} long-term` );
}
Expand Down

0 comments on commit 770323c

Please sign in to comment.