Remove Debug.Print call causing tests to fail

Forgot to hit save properly... Whoops.
This commit is contained in:
FiniteReality
2018-05-28 17:48:38 +01:00
parent a718a7d3c2
commit aeb3095593

View File

@@ -1,5 +1,4 @@
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using Xunit;
@@ -22,7 +21,6 @@ namespace Discord
/// <param name="expected"></param>
private void TestHelper(ulong rawValue, ulong flagValue, bool expected)
{
Debug.Print($"Expecting {expected} for {rawValue} w/ {flagValue}");
Assert.Equal(expected, Permissions.GetValue(rawValue, flagValue));
// check that toggling the bit works