Skip to content

Commit

Permalink
fix: remove project-specific $rm->echo()
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 23, 2023
1 parent 69c5a14 commit b242f56
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions RockMigrations.module.php
Expand Up @@ -1574,17 +1574,6 @@ public function downloadModule($url)
return false;
}

/**
* Echo data (for CLI usage)
*/
public function echo($data)
{
$this->wire->log->save("LineUpr", $this->str($data), [
'showUser' => false,
'showUrl' => false,
]);
}

/**
* Enable all languages for given page
*
Expand Down

0 comments on commit b242f56

Please sign in to comment.