diff options
| author | Randy Morgan <[email protected]> | 2011-12-20 20:25:51 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-12-20 20:25:51 +0900 |
| commit | 92cca55f4e23c7dedb71035a9711159773a51ed4 (patch) | |
| tree | 7fa04af12d130243058532d732d8e902ba961769 /lib | |
| parent | 7c1d59de7098050a4dfe2f0a72ef8d6cb0f38e1a (diff) | |
| download | caxlsx-92cca55f4e23c7dedb71035a9711159773a51ed4.tar.gz caxlsx-92cca55f4e23c7dedb71035a9711159773a51ed4.zip | |
removing debug code
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/cell.rb | 2 |
1 files changed, 0 insertions, 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. |
