X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-bin%2Fmig-gsheet;h=fdf0cf8f78bfcc2c2b9cb07e635c930267a9f6a9;hp=d5ee6f5d80ce0db22e6875d0c088d8153941e8ca;hb=337680650a86c2fb1c5d5bddfb4053a56fb9964b;hpb=19cbc37fbac2370e3f4f2b9097fb32c959d9faf7 diff --git a/mig-bin/mig-gsheet b/mig-bin/mig-gsheet index d5ee6f5..fdf0cf8 100755 --- a/mig-bin/mig-gsheet +++ b/mig-bin/mig-gsheet @@ -98,8 +98,6 @@ if (defined $cmd_pull) { my @rows = $pull_ws->rows; my @content; map { $content[$_->row - 1][$_->col - 1] = $_->content } $pull_ws->cells; - #print Dumper($pull_ws->cells); - #print Dumper(@content); my @tab_headers = shift @content; my $tab_headers_length = $#{ $tab_headers[0] }; my @pg_headers; @@ -170,7 +168,6 @@ if (defined $cmd_push) { push @content, $record; } - #print Dumper(@content); foreach my $fillsheet (@content) { my $new_row = $push_ws->add_row ( $fillsheet