From 899b17d9559439b4a9c04ebe2ab9b2940d82dd19 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Wed, 14 Jul 2021 11:23:29 -0400 Subject: [PATCH] comment out MonoGame platform printing --- Shared/SneakGame.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Shared/SneakGame.cs b/Shared/SneakGame.cs index baee964..0db24b6 100644 --- a/Shared/SneakGame.cs +++ b/Shared/SneakGame.cs @@ -1,7 +1,7 @@ using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; -using MonoGame.Framework.Utilities; +// using MonoGame.Framework.Utilities; using System; namespace SemiColinGames { @@ -25,8 +25,8 @@ namespace SemiColinGames { IWorld world; public SneakGame() { - Debug.WriteLine("MonoGame platform: " + PlatformInfo.MonoGamePlatform + - " w/ graphics backend: " + PlatformInfo.GraphicsBackend); + // Debug.WriteLine("MonoGame platform: " + PlatformInfo.MonoGamePlatform + + // " w/ graphics backend: " + PlatformInfo.GraphicsBackend); graphics = new GraphicsDeviceManager(this) { SynchronizeWithVerticalRetrace = true, GraphicsProfile = GraphicsProfile.HiDef