Lint compliance

pull/1/head
yflory 2018-05-03 15:16:48 +02:00
parent 10ce95087a
commit 288b0c2df1
1 changed files with 0 additions and 1 deletions

View File

@ -576,7 +576,6 @@ define([
if (Common.isLoggedIn()) { return; }
var pd = config.metadataMgr.getPrivateData();
var o = pd.origin;
var hashes = pd.availableHashes;
var cid = pd.channel;
Common.sendAnonRpcMsg('IS_CHANNEL_PINNED', cid, function (x) {
if (x.error || !Array.isArray(x.response)) { return void console.log(x); }