From fb6969e31c94b55ed645a11ef0c7247630c4e586 Mon Sep 17 00:00:00 2001 From: Anders Rune Jensen Date: Wed, 8 Apr 2020 22:15:37 +0200 Subject: [PATCH] Remove console.log --- ui/browser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/browser.js b/ui/browser.js index 7b9a50e..773c9e8 100644 --- a/ui/browser.js +++ b/ui/browser.js @@ -8,7 +8,6 @@ } function ssbLoaded() { - console.log("ssb loaded") const Public = require('./public')(componentsState) const Profile = require('./profile')() const Notifications = require('./notifications')()