Skip to content

Commit

Permalink
Clean up ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
genboy committed Mar 9, 2019
1 parent 74e0064 commit 435201a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/genboy/Festival/Main.php
Expand Up @@ -2797,15 +2797,7 @@ public function saveAreas() : void{
* makes it easy to find Festival console output fast
*/
public function codeSigned(){


$this->getLogger()->info( "~~__.__~~" );
$this->getLogger()->info( "..-/-\-.." );
$this->getLogger()->info( "by-Genboy" );
$this->getLogger()->info( "--__|~_--" );
$this->getLogger()->info( "-/_____\-" );
$this->getLogger()->info( "./..|\.\." );

$this->getLogger()->info( "Made by Genboy" );
}

}

1 comment on commit 435201a

@SOF3
Copy link

@SOF3 SOF3 commented on 435201a Mar 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that a useless message like "Made by Genboy" will not be allowed in the future either.

Please sign in to comment.