Emmanuel Peroumalnaik пре 11 година
родитељ
комит
b9c1722c03
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      lib/Selenium/Remote/Mock/RemoteConnection.pm

+ 0 - 3
lib/Selenium/Remote/Mock/RemoteConnection.pm

@@ -81,9 +81,6 @@ sub load_session_store {
     $json->allow_blessed;
     my $decoded_json = $json->allow_nonref(1)->utf8(1)->decode(<$fh>);
     close ($fh);
-    use DDP; 
-    my @k = keys %$decoded_json; 
-    p @k;
     $self->session_store($decoded_json);
 }