Skip to content

Commit bc2fe54

Browse files
committed
Remove console.log statement
1 parent b2e94c5 commit bc2fe54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/components/ReconciliationGraph.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export const Graph = ({
137137
const handleMouseUp = () => {
138138
setIsPanning(false);
139139
};
140-
console.log('ReconciliationGraph');
141140
return (
142141
<Flex className={className} wide tall>
143142
<GraphDiv

0 commit comments

Comments
 (0)