From 6db631f7d5d99a2bd977ca82af67ebc891572995 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Thu, 24 Sep 2020 16:41:14 -0400 Subject: [PATCH] remove print debug --- terminatorlib/terminal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index c02dc27f..df3bf29c 100644 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -1137,7 +1137,6 @@ class Terminal(Gtk.VBox): def background_draw(self, widget, cr): if not self.background_image: return(False) - print("bgcolor obj: %s" % self.bgcolor.alpha) over = self.bgcolor over.alpha = self.background_alpha rect = self.vte.get_allocation()