Skip to content

Commit 1fb186f

Browse files
Remove commented out debug code
1 parent 29b7a8e commit 1fb186f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Workflow/WaitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function workflowWait(
5353
'env' => $site_env_id,
5454
]);
5555
}
56-
// print_r($site);
56+
5757
if (!$env) {
5858
throw new TerminusException(
5959
'Environment {env} does not exist for site {site}.',

0 commit comments

Comments
 (0)