From 1c7e058cb99f2cf2cccdaa1fdd09b2ee77f77ba3 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 12 Dec 2019 13:16:18 -0500 Subject: [PATCH] rm spurious printout GitOrigin-RevId: 46f378f2897af84c75f229377ee80f983f18835a --- Jumpy.Shared/JumpyGame.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Jumpy.Shared/JumpyGame.cs b/Jumpy.Shared/JumpyGame.cs index 8ddf9ae..78ad808 100644 --- a/Jumpy.Shared/JumpyGame.cs +++ b/Jumpy.Shared/JumpyGame.cs @@ -55,7 +55,6 @@ namespace Jumpy { // Called once per game. Loads all game content. protected override void LoadContent() { - Console.WriteLine("LoadContent()"); spriteBatch = new SpriteBatch(GraphicsDevice); font = Content.Load("font"); // TODO: decouple things like Player and World from their textures.