Skip to content

Commit f6a1a12

Browse files
committed
remove debug code
1 parent 22b6401 commit f6a1a12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/line/bot/util.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ module Bot
1717
module Util
1818
# @return [String]
1919
def self.camelize(string)
20-
p "camelize: #{string}"
2120
ret = string.split(/_|(?=[A-Z])/).map(&:capitalize).join
22-
p ret
2321
return ret
2422
end
2523
end

0 commit comments

Comments
 (0)