diff --git a/gso/workflows/iptrunk/migrate_iptrunk.py b/gso/workflows/iptrunk/migrate_iptrunk.py
index 860a99f99ea7b9676a8c90fdf5d8d1779c54c9fc..d29ca20ac11a36ecd362d18e8c9bfbddca5b0bf3 100644
--- a/gso/workflows/iptrunk/migrate_iptrunk.py
+++ b/gso/workflows/iptrunk/migrate_iptrunk.py
@@ -260,35 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator:
 
     return {}
 
-
-"""
-# I will leave it like this until we actually do it.
-# @step("Run interface checks")
-# def run_interface_checks(
-#    subscription: Iptrunk,
-#    new_node: Router,
-#    new_lag_interface: str,
-#    new_lag_member_interfaces: list[str],
-#    replace_index: int,
-#    process_id: UUIDstr,
-# ) -> State:
-#    provisioning_proxy.migrate_ip_trunk(
-#        subscription,
-#        new_node,
-#        new_lag_interface,
-#        new_lag_member_interfaces,
-#        replace_index,
-#        process_id,
-#        "MIGRATION_INTERFACE_CHECK",
-#    )
-#
-#    logger.warning("Playbook verb is not yet properly set.")
-#
-#    return {
-#        "subscription": subscription,
-#        "label_text": "Running checks on the new trunk interface, please refresh to get the results of the playbook.",
-#    }
-"""  # noqa
+## Interface checks go here
 
 
 @step("Deploy ISIS configuration on new router")