Skip to content
Snippets Groups Projects
Commit b74dfdee authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

si-convert: cleanup config verification

parent adc4b204
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment