From 92cca55f4e23c7dedb71035a9711159773a51ed4 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 20 Dec 2011 20:25:51 +0900 Subject: removing debug code --- lib/axlsx/workbook/worksheet/cell.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/axlsx/workbook/worksheet/cell.rb b/lib/axlsx/workbook/worksheet/cell.rb index 7289bf3b..64f6e6ad 100644 --- a/lib/axlsx/workbook/worksheet/cell.rb +++ b/lib/axlsx/workbook/worksheet/cell.rb @@ -182,10 +182,8 @@ module Axlsx self.send("#{o[0]}=", o[1]) if self.respond_to? "#{o[0]}=" end @style ||= 0 - puts @type @type ||= cell_type_from_value(value) @value = cast_value(value) - puts @type end # @return [Integer] The index of the cell in the containing row. -- cgit v1.2.3