From 4f2a69f32df5b6b554acc75d85f1995e50c2aa26 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 2 Jun 2017 19:36:18 +0200 Subject: [PATCH] Removed a unused log --- client/app/components/ListStrays.jsx | 1 - 1 file changed, 1 deletion(-) 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}