Skip to content

Commit

Permalink
Item13883: remove bogus comment in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Nov 17, 2023
1 parent 1a6a4ff commit 49877f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/Foswiki/MetaCache.pm
Expand Up @@ -42,7 +42,6 @@ BEGIN {
sub new {
my ( $class, $session ) = @_;

#my $this = $class->SUPER::new([]);
my $this = bless(
{
session => $session,
Expand Down

0 comments on commit 49877f4

Please sign in to comment.