From 16b1588262444ad6eaee33a3c954f1be36efff2a Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 17 Aug 2023 12:52:53 -0400
Subject: [PATCH] Removed unused puts
---
lib/apex/frame/immutable_path.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/apex/frame/immutable_path.rb b/lib/apex/frame/immutable_path.rb
index 6a7ab77..d985bbd 100644
--- a/lib/apex/frame/immutable_path.rb
+++ b/lib/apex/frame/immutable_path.rb
@@ -10,7 +10,6 @@ module Apex
protected
def initialize(*hops)
@path_array = []
- puts @path_array
last_seen = true
hops.each do |hop|
raise ArgumentError.new("All arguments must not be nil: #{hops.to_s}") if (hop.nil?)
--
GitLab