PrimeDAO / prime-deals-dapp

DAO to DAO negotiations facilitated, ratified, and archived.
https://www.prime.xyz/deals
3 stars 1 forks source link

Add production logging #1050

Open hiaux0 opened 2 years ago

hiaux0 commented 2 years ago

Allow the user to enable extensive logs around Funding.

Steps

  1. Open browser console (right click -> "Inspect")
  2. Type in one of these
    primeDebug.on() 
    primeDebug.off() 
    primeDebug.check() 

Before

image

After

image