From 3ed2678cde1a2ea1148119ba2930f888e105afa7 Mon Sep 17 00:00:00 2001 From: Preston Watson Date: Wed, 25 Sep 2024 13:51:34 -0400 Subject: [PATCH] Remove wrong commit --- convert2rhel/breadcrumbs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/convert2rhel/breadcrumbs.py b/convert2rhel/breadcrumbs.py index 46d03bb73..abcb552a1 100644 --- a/convert2rhel/breadcrumbs.py +++ b/convert2rhel/breadcrumbs.py @@ -74,8 +74,6 @@ def __init__(self): self.run_id = "null" # The convert2rhel package object from the yum/dnf python API for further information extraction. self._pkg_object = None - # - self.non_default_channel = "null" def collect_early_data(self): """Set data which is accessible before the conversion"""