From 722e6bbeb8c3aeaa5ff076251b5f1a95538b4c01 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 15 Dec 2017 20:48:42 +0000 Subject: [PATCH] [server] Remove test code from program --- Nibriboard/Program.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Nibriboard/Program.cs b/Nibriboard/Program.cs index 9bfc6de..c7d5f73 100644 --- a/Nibriboard/Program.cs +++ b/Nibriboard/Program.cs @@ -10,12 +10,6 @@ namespace Nibriboard { public static void Main(string[] args) { - Plane testPlane = new Plane(new PlaneInfo("test-plane", 512), "."); - LocationReference testReference = new LocationReference(testPlane, -300, -250); - Console.WriteLine(testReference); - Console.WriteLine(testReference.ContainingChunk); - return; - string packedRippleSpaceFile = "./default.ripplespace.zip"; for(int i = 0; i < args.Length; i++)