no pesky gun log

This commit is contained in:
Daniel Lugo 2020-02-17 20:00:43 -04:00
parent 38dabe850b
commit 43013d5e8d

View file

@ -2,6 +2,7 @@
* @format * @format
*/ */
const Gun = require('gun') const Gun = require('gun')
Gun.log = () => {}
// @ts-ignore // @ts-ignore
require('gun/lib/open') require('gun/lib/open')
const debounce = require('lodash/debounce') const debounce = require('lodash/debounce')