api: turn off verbose

This commit is contained in:
Hunter Miller 2022-03-31 17:26:06 -05:00
parent 51c65247fc
commit 65e05fbf25

View File

@ -1,7 +1,7 @@
import Urbit from '@urbit/http-api';
const api = new Urbit('', '', (window as any).desk);
api.ship = window.ship;
api.verbose = true;
// api.verbose = true;
// @ts-ignore TODO window typings
window.api = api;