Skip to content

Commit

Permalink
Removed debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdetero committed Apr 23, 2015
1 parent 6d601c5 commit 59e18ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SevenDays.UI/SevenDays.UI/Templates/MenuCell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class MenuCell : ImageCell
public MenuCell() : base()
{
TextColor = Color.FromHex("AAAAAA");
System.Diagnostics.Debug.WriteLine("Height: " + Height);
if(Device.OS == TargetPlatform.WinPhone)
Height = 40;
}
Expand Down

0 comments on commit 59e18ef

Please sign in to comment.