From 14a4dee74bf12a9aa055cd15ae7f159ad0cb24af Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Mon, 6 Mar 2017 16:02:27 +0300 Subject: [PATCH] [release-72-fb-ads] [ios] Removed Facebook test banners to start using real ones. --- .../PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm index 14ad52503c..047e167e57 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm @@ -240,7 +240,6 @@ array const kPreviewCells = {{[_MWMPPPTitle class], [_MWMPPPExternalTi }]; auto bannerCell = static_cast(c); using namespace banners; - [FBAdSettings addTestDevice:[FBAdSettings testDeviceHash]]; switch (banner.m_type) { case Banner::Type::None: NSAssert(false, @"Invalid banner type"); break;