Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Sep 12, 2019
1 parent f7d3445 commit f390b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/v2/js/metamask-approval.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function ask_metamask_connection() {
page_url = page_url.substring(0, len);
}
if ($.inArray(page_url, shown_on) != -1 && !is_metamask_approved) {
console.log(page_url)
_alert('Metamask not connected. <button id="metamask_connect" onclick="approve_metamask()" style="background: none; color: white; border: 2px solid white; border-radius: 10px;">Click here to connect to metamask</button>', 'error');
}
}

0 comments on commit f390b9a

Please sign in to comment.