Skip to content

Commit

Permalink
Comments and variables changed to better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Dec 13, 2023
1 parent 1735f5a commit e737dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/convertToLTRForComposer/index.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const resetLTRWhenEmpty = (newComment: string, force?: boolean) => {
*/
const convertToLTRForComposer: ConvertToLTRForComposer = (text, isComposerEmpty) => {
const shouldComposerMaintainAsLTR = canComposerBeConvertedToLTR(text);
console.log({shouldComposerMaintainAsLTR, isComposerEmpty});
const newText = resetLTRWhenEmpty(text, shouldComposerMaintainAsLTR);
if (shouldComposerMaintainAsLTR) {
return newText;
Expand Down

0 comments on commit e737dcb

Please sign in to comment.