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.