Removed a unused log
This commit is contained in:
@@ -29,7 +29,6 @@ class ListStrays extends React.Component {
|
|||||||
{this.state.strays.map((strayObj) => {
|
{this.state.strays.map((strayObj) => {
|
||||||
if (strayObj.verified == 0) {
|
if (strayObj.verified == 0) {
|
||||||
var url = "https://kevinmidboe.com/seasoned/verified.html?id=" + strayObj.id;
|
var url = "https://kevinmidboe.com/seasoned/verified.html?id=" + strayObj.id;
|
||||||
console.log(url);
|
|
||||||
return ([
|
return ([
|
||||||
<span key={strayObj.id}>{strayObj.name}</span>,
|
<span key={strayObj.id}>{strayObj.name}</span>,
|
||||||
<a href={url}>{strayObj.id}</a>
|
<a href={url}>{strayObj.id}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user