mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Removed debug input
This commit is contained in:
parent
71e6866701
commit
3c867a0252
@ -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 ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user