From a88f71b6a227e6665c30484d4430e576729552c5 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 11 Aug 2014 00:25:57 -0400 Subject: [PATCH] Cleanup --- lib/squib/input_helpers.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/squib/input_helpers.rb b/lib/squib/input_helpers.rb index 97f7f9a..711e407 100644 --- a/lib/squib/input_helpers.rb +++ b/lib/squib/input_helpers.rb @@ -1,5 +1,4 @@ require 'squib/constants' -require 'pp' module Squib # :nodoc: @@ -128,8 +127,6 @@ module Squib opts[key][i] = Cairo::Color.parse(color) end end - # pp "===Colorified opts===" - # pp opts opts end module_function :colorify