removed a debug output

git [04-14-18 - 10:56]
removed a debug output
Filename
IIfA/IIfASettingsAdapter.lua
diff --git a/IIfA/IIfASettingsAdapter.lua b/IIfA/IIfASettingsAdapter.lua
index 70ac997..1df25cd 100644
--- a/IIfA/IIfASettingsAdapter.lua
+++ b/IIfA/IIfASettingsAdapter.lua
@@ -178,7 +178,8 @@ function IIfA:SetTrackingForHouse(houseCollectibleId, trackIt)
 	houseCollectibleId = houseCollectibleId or GetCollectibleIdForHouse(GetCurrentZoneHouseId())
 	if tonumber(houseCollectibleId) ~= houseCollectibleId then
 		realId = IIfA:GetHouseIdFromName(houseCollectibleId)
-		if not realId then d(houseCollectibleId); return end
+		-- if not realId then d(houseCollectibleId); return end
+		if not realId then return end
 		houseCollectibleId = realId
 	end
 	IIfA.data.collectHouseData[houseCollectibleId] 	= trackIt