Skip to content

Commit

Permalink
Removed rogue log
Browse files Browse the repository at this point in the history
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
  • Loading branch information
Srinaath Ravichandran committed Jul 1, 2021
1 parent 29726ee commit 97ec1b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Composer/packages/client/src/utils/luUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function getReferredLuFiles(luFiles: LuFile[], dialogs: DialogInfo[], che
return luFiles.filter((file) => {
const idWithoutLocale = getBaseName(file.id);
const contentNotEmpty = (checkContent && !!file.content) || !checkContent;
console.log('Content', dialogs);
return dialogs.some((dialog) => dialog.luFile === idWithoutLocale && contentNotEmpty);
});
}
Expand Down

0 comments on commit 97ec1b6

Please sign in to comment.