Skip to content

Commit 6b57606

Browse files
authored
Update ServicesDashboard.jsx
1 parent ad1738f commit 6b57606

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/components/ServicesDashboard.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ const ServicesDashboard = (props) => {
2424
type="button"
2525
key={`${i}${context[i]}`}
2626
onClick={() => {
27-
// Database button click functionality
28-
console.log('SERVICE BUTTON CLICKED!!');
2927
setSelection(<ServiceOverview index={i} />);
3028
}}
3129
>

0 commit comments

Comments
 (0)