Skip to content

Commit 9ed265b

Browse files
committed
chore: remove console.log
1 parent 131e31a commit 9ed265b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/common/DiffViewer.js

-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ const DiffViewer = ({
6464

6565
const replaceAppName = useCallback(
6666
text => {
67-
console.log(appName)
6867
if (!appName) return text
69-
console.log('blank', appName)
7068
return text
7169
.replace(/RnDiffApp/g, appName)
7270
.replace(/rndiffapp/g, appName.toLowerCase())

0 commit comments

Comments
 (0)