]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove yet another forgotten print statement
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jan 2024 17:27:35 +0000 (17:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jan 2024 17:27:35 +0000 (17:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/users.py

index 118da4cf48c2bc345bf0145c3198b16e48da0251..45e87de4b4a53b95635c8634b3c7c2dcf8ceb172 100644 (file)
@@ -144,8 +144,6 @@ class AvatarHandler(base.BaseHandler):
                width  = int(width  * 1.5)
                height = int(height * 1.5)
 
-               print(width, height)
-
                # Generate an image of the correct size
                image = PIL.Image.new("RGBA", (width, height), COLOUR_LIGHT)