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

Commit

Permalink
Should now compile with Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thedillonb committed Feb 7, 2016
1 parent 6464940 commit 39a50aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CodeHub.iOS/Setup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ protected override IEnumerable<Assembly> GetViewModelAssemblies()
return list.ToArray();
}

protected override IMvxTrace CreateDebugTrace()
{
#if DEBUG
return base.CreateDebugTrace();
#else
return new Cirrious.CrossCore.Platform.MvxDebugOnlyTrace();
#endif
}

protected override void FillBindingNames(IMvxBindingNameRegistry obj)
{
base.FillBindingNames(obj);
Expand Down

0 comments on commit 39a50aa

Please sign in to comment.