remove stray change mistakenly added to last commit

This commit is contained in:
gorhill 2017-01-18 18:22:33 -05:00
parent f4d2d6c891
commit 726f0d6e1f
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ var updateAssetSourceRegistry = function(json) {
for ( assetKey in oldDict ) {
if (
newDict[assetKey] === undefined &&
newDict[assetKey].submitter === oldDict[assetKey].submitter
oldDict[assetKey].submitter === undefined
) {
unregisterAssetSource(assetKey);
}