From 90633ae4d9e7bf3522b77a1028d5f38f6a71fed3 Mon Sep 17 00:00:00 2001
From: Magnus Jacobsson <Magnus.Jacobsson@berotec.se>
Date: Sun, 15 Nov 2020 13:31:28 +0100
Subject: [PATCH] Remove commented out collection = 'stable'

Leaving the "unused" collection as a comment was originally intended
to ensure that no mistake is made when the collection is changed, but
since there's an assertion guarding for this, this is unnecessary and
just gives less clean commit diffs.
---
 gen_version.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gen_version.py b/gen_version.py
index b629903c7..b7bb89aba 100644
--- a/gen_version.py
+++ b/gen_version.py
@@ -19,7 +19,6 @@
 # 2.44.2          stable                 => 2.44.2
 # 2.44.3          development            => 2.44.3~dev.20200824.1337
 
-#collection = 'stable'
 collection = 'development'
 
 version = '2.44.2'
-- 
2.40.0