From b74dfdee71b74e971cd2cc7ca941e9cee2a7fe75 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Mon, 4 May 2020 18:04:33 +0300
Subject: [PATCH] si-convert: cleanup config verification

---
 modules/module-si-convert.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/module-si-convert.c b/modules/module-si-convert.c
index 4ebee048..e6ae863a 100644
--- a/modules/module-si-convert.c
+++ b/modules/module-si-convert.c
@@ -220,11 +220,6 @@ si_convert_activate_execute_step (WpSessionItem * item,
 
   switch (step) {
     case STEP_VERIFY_CONFIG:
-      if (!self->node) {
-        wp_transition_return_error (transition,
-            g_error_new (WP_DOMAIN_LIBRARY, WP_LIBRARY_ERROR_INVARIANT,
-                "si-convert: node was not set on the configuration"));
-      }
       if (!self->target) {
         wp_transition_return_error (transition,
             g_error_new (WP_DOMAIN_LIBRARY, WP_LIBRARY_ERROR_INVARIANT,
-- 
GitLab