diff --git a/client/app/components/ListStrays.jsx b/client/app/components/ListStrays.jsx index 049b2d8..4dbe775 100644 --- a/client/app/components/ListStrays.jsx +++ b/client/app/components/ListStrays.jsx @@ -29,7 +29,6 @@ class ListStrays extends React.Component { {this.state.strays.map((strayObj) => { if (strayObj.verified == 0) { var url = "https://kevinmidboe.com/seasoned/verified.html?id=" + strayObj.id; - console.log(url); return ([ {strayObj.name}, {strayObj.id}