From 5f97fa0404079e2da1f7e85173a1c2d3bd4a4f26 Mon Sep 17 00:00:00 2001 From: JoshuaMKW <60854312+JoshuaMKW@users.noreply.github.com> Date: Wed, 26 Aug 2020 18:30:35 -0500 Subject: [PATCH] Eh :/ --- installer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/installer.cs b/installer.cs index 1e5c4fa..826ace1 100644 --- a/installer.cs +++ b/installer.cs @@ -28,7 +28,6 @@ public class Installer void CopyAll (DirectoryInfo source, DirectoryInfo destination, string wildcard, string[] exclude, int maxdepth = 4) { - Console.WriteLine("{0}, {1}", source.FullName, destination.FullName); if (maxdepth <= 0) return; DirectoryInfo[] subdirs = source.GetDirectories();