Skip to content

Commit e9e57fb

Browse files
authored
fixup!
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 321b65e commit e9e57fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/theming/lib/Migration/Version2006Date20240905111627.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ private function restoreUserColorsFallback(IOutput $output): void {
122122
$qb->expr()->notIn('userid', $qb->createFunction($subquery)),
123123
);
124124

125-
$output->warning($qb->getSQL());
126125
$qb->executeStatement();
127126
}
128127
}

0 commit comments

Comments
 (0)