Skip to content

Commit 521ff21

Browse files
committed
Fix release build
1 parent 156d2a9 commit 521ff21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WordPress/Classes/ViewRelated/Activity/Details/ActivityLogDetailsView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,10 @@ private extension ActivityLogDetailsView {
278278

279279
// MARK: - Preview Helpers
280280

281-
#if DEBUG
282281
extension Blog {
283282
static var mock: Blog {
284283
// For previews, we'll return a dummy blog object
285284
// In real previews, this should be provided by the parent view
286285
return Blog()
287286
}
288287
}
289-
#endif

0 commit comments

Comments
 (0)