From dfba089d01e1ab89b7dc1b35815112af7da60a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Tue, 27 Feb 2024 11:45:34 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Git/ExcelSQL.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Server/Git/ExcelSQL.cs b/Server/Git/ExcelSQL.cs index f09d019..ba77591 100644 --- a/Server/Git/ExcelSQL.cs +++ b/Server/Git/ExcelSQL.cs @@ -40,8 +40,6 @@ namespace Server.Git query = new StringBuilder(); for (int n = 0; n < sheets.Count; n++) { - //더 윗단에서 지워버려 에러가 발생되는중. - //시스템 수정할것 Console.WriteLine(sheets[n].name); //초기화 newTableQuery = new StringBuilder();