Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 39a50aa

Browse files
committed
Should now compile with Release
1 parent 6464940 commit 39a50aa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CodeHub.iOS/Setup.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ protected override IEnumerable<Assembly> GetViewModelAssemblies()
4545
return list.ToArray();
4646
}
4747

48-
protected override IMvxTrace CreateDebugTrace()
49-
{
50-
#if DEBUG
51-
return base.CreateDebugTrace();
52-
#else
53-
return new Cirrious.CrossCore.Platform.MvxDebugOnlyTrace();
54-
#endif
55-
}
56-
5748
protected override void FillBindingNames(IMvxBindingNameRegistry obj)
5849
{
5950
base.FillBindingNames(obj);

0 commit comments

Comments
 (0)