From b549bdcec81723188e77d1d4c1514816b1884b62 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 26 Oct 2016 14:46:53 +0100 Subject: [PATCH] More voice debug output --- Facepunch.Steamworks/Client/Voice.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Facepunch.Steamworks/Client/Voice.cs b/Facepunch.Steamworks/Client/Voice.cs index 4312d1c..fd26174 100644 --- a/Facepunch.Steamworks/Client/Voice.cs +++ b/Facepunch.Steamworks/Client/Voice.cs @@ -100,8 +100,6 @@ namespace Facepunch.Steamworks OnUncompressedData != null, (IntPtr) ReadUncompressedBuffer, ReadBufferSize, out bufferRegularLastWrite, DesiredSampleRate == 0 ? OptimalSampleRate : DesiredSampleRate ); - Console.WriteLine( result ); - IsRecording = true; if ( result == SteamNative.VoiceResult.OK )