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
*/
const Gun = require('gun')
Gun.log = () => {}
// @ts-ignore
require('gun/lib/open')
const debounce = require('lodash/debounce')