]> git.sesse.net Git - skvidarsync/commitdiff
Remove some debugging.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 27 Oct 2023 14:21:14 +0000 (16:21 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 27 Oct 2023 14:21:14 +0000 (16:21 +0200)
bin/sync.pl

index 3272cc813a32f49b58c8e83910313f20797e6c9c..f0dc9a34e9bf14ea15e2ed2e129f80684c576fdd 100644 (file)
@@ -164,7 +164,7 @@ for my $sheet (@{$sheets_json->{'sheets'}}) {
        my $title = $sheet->{'properties'}{'title'};
        my $sheet_id = $sheet->{'properties'}{'sheetId'};
        if ($title =~ /\Q$wanted_sheet_title\E/) {
-               skv_log("Synkroniserer ($config::invitation_channel, $invitation_ts) mot arket “$title” (fane-ID $sheet_id).");
+               skv_log("Synkroniserer ($config::invitation_channel, $invitation_ts) mot arket “$title” (fane-ID $sheet_id).");
                $tab_name = $title;
                $tab_id = $sheet_id;
                last;