diff --git a/src/centpkg/cli.py b/src/centpkg/cli.py
index dfbca2c..6ff2058 100755
--- a/src/centpkg/cli.py
+++ b/src/centpkg/cli.py
@@ -177,7 +177,6 @@ class centpkgClient(cliClient):
             # Find out divergent branch and stabilization
             self.log.info("Checking current state...")
             stream_version = self.cmd.target.split("-")[0]
-            rhel_version = centpkg.utils.stream_mapping(stream_version)
 
             try:
                 rhel_state = centpkg.utils.determine_rhel_state(
@@ -292,7 +291,6 @@ class centpkgClient(cliClient):
                     # Find out divergent branch and stabalization
                     self.log.info("Checking rhel-target information:")
                     stream_version = self.cmd.target.split("-")[0]
-                    rhel_version = centpkg.utils.stream_mapping(stream_version)
 
                     try:
                         rhel_state = centpkg.utils.determine_rhel_state(