Skip to content

Commit

Permalink
🔥 Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
roycornelissen committed Dec 13, 2020
1 parent 97f2bea commit 1262512
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/GMImagePicker/GMAlbumsViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@ public override void ViewDidLoad()
TableView.RowHeight = AlbumRowHeight;
TableView.SeparatorStyle = UITableViewCellSeparatorStyle.None;

try
{
var f = FontParser.GetFont("OpenSans", _picker.PickerFontHeaderSize);
}
catch (Exception e)
{
Console.WriteLine(e);
}

// Buttons
var barButtonItemAttributes = new UITextAttributes
{
Expand Down

0 comments on commit 1262512

Please sign in to comment.