Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Jan 4, 2024
1 parent 7326d37 commit 78a42de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CSharp.lua/CoreSystem.Lua/CoreSystem/Collections/Linq.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,6 @@ function Enumerable.Max(source, ...)
end

local function minByOrMaxBy(compareFn, source, keySelector, comparer, TSource, TKey)
print("x")
if source == nil then throw(ArgumentNullException("source")) end
if keySelector == nil then throw(ArgumentNullException("keySelector")) end
if comparer == nil then
Expand Down

0 comments on commit 78a42de

Please sign in to comment.