From 3c867a0252bff31d31b829b07c41f51a5e309956 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 26 Oct 2016 11:09:11 +0100 Subject: [PATCH] Removed debug input --- Facepunch.Steamworks/Interfaces/Workshop.Query.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Facepunch.Steamworks/Interfaces/Workshop.Query.cs b/Facepunch.Steamworks/Interfaces/Workshop.Query.cs index 37044d5..41418e8 100644 --- a/Facepunch.Steamworks/Interfaces/Workshop.Query.cs +++ b/Facepunch.Steamworks/Interfaces/Workshop.Query.cs @@ -120,14 +120,9 @@ namespace Facepunch.Steamworks { if ( _resultSkip > 0 ) { - Console.WriteLine( "{0} Skipping result", _resultPage ); _resultSkip--; continue; } - else - { - Console.WriteLine( "{0} Adding result {1}", _resultPage, _results.Count ); - } SteamNative.SteamUGCDetails_t details = new SteamNative.SteamUGCDetails_t(); if ( !workshop.ugc.GetQueryUGCResult( data.Handle, (uint)i, ref details ) )