remove print debug

This commit is contained in:
Matt Rose 2020-09-24 16:41:14 -04:00
parent 415b7653dc
commit 6db631f7d5
1 changed files with 0 additions and 1 deletions

View File

@ -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()