remove accidental inclusion of some debug code

This commit is contained in:
Thomas Fussell 2015-11-01 23:56:49 -05:00
parent e355ab8936
commit e16d381b11

View File

@ -30,14 +30,6 @@ public:
wb_guess_types.set_guess_types(true);
}
void test_debug()
{
xlnt::workbook wb;
wb.load("/Users/thomas/Development/xlnt/samples/formatting.xlsx");
wb.save("/Users/thomas/Development/xlnt/samples/formatting-rt.xlsx");
wb.save("/Users/thomas/Development/xlnt/samples/formatting-rt.zip");
}
void test_infer_numeric()
{
auto ws = wb_guess_types.create_sheet();