Skip to content

Commit 42b0415

Browse files
author
Jaipreet Singh
committed
Remove extraneous log
1 parent f87e828 commit 42b0415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/diff/Diff.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export interface IDiffProps {
3434
*/
3535
export function Diff(props: IDiffProps) {
3636
const fileExtension = PathExt.extname(props.path).toLocaleLowerCase();
37-
console.log(`Invoking Diff with Path ${props.path}`);
3837
if (fileExtension in DIFF_PROVIDER_REGISTRY) {
3938
const DiffProvider = DIFF_PROVIDER_REGISTRY[fileExtension];
4039
return <DiffProvider {...props} />;

0 commit comments

Comments
 (0)