From f3a872b0c745fa7ae3204775ae17c64a00bf03b2 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 11 Apr 2016 18:59:09 -0700 Subject: [PATCH] rm(log): Fix bad log statement --- src/flux/stores/draft-store-proxy.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flux/stores/draft-store-proxy.coffee b/src/flux/stores/draft-store-proxy.coffee index 1fca2ea3f..2394402d2 100644 --- a/src/flux/stores/draft-store-proxy.coffee +++ b/src/flux/stores/draft-store-proxy.coffee @@ -48,7 +48,6 @@ class DraftChangeSet addPluginMetadata: (pluginId, metadata) => changes = {} - console.log("Add plugin metadata: #{JSON.stringify(metadata)}") changes["#{MetadataChangePrefix}#{pluginId}"] = metadata @add(changes)