Skip to content

Commit

Permalink
Remove commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
masojus committed Nov 12, 2017
1 parent fdefe32 commit 425654b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Keen.NetStandard/Query/QueryRelativeTimeframe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ public static QueryRelativeTimeframe PreviousMinute()

public override bool Equals(object obj)
{
//var timeframe = obj as QueryRelativeTimeframe;
//return timeframe != null &&
// _value == timeframe._value;

return (obj is QueryRelativeTimeframe timeframe) && _value == timeframe._value;
}

Expand Down

0 comments on commit 425654b

Please sign in to comment.