From c64ab6456884454a0331290dd0edbf006471b399 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 12 Jul 2012 13:06:30 +0000 Subject: [PATCH] commented out debug variable --- PROMS/DataLoader/Steps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/DataLoader/Steps.cs b/PROMS/DataLoader/Steps.cs index 3c1702f1..211d8895 100644 --- a/PROMS/DataLoader/Steps.cs +++ b/PROMS/DataLoader/Steps.cs @@ -370,7 +370,7 @@ namespace DataLoader private string ConvertTableToGrid(string stepText, Content content, FormatInfo fmt, bool isROTable, GridLinePattern border) { - string savethis = stepText; + //string savethis = stepText; string strGrid = ""; VlnFlexGrid grd = new VlnFlexGrid(1, 1); grd.IsRoTable = isROTable;