mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1689 from Bovi-Li/remove-notice
Remove *very early version* notice
This commit is contained in:
@@ -215,9 +215,7 @@ cleanup(mrb_state *mrb, struct _args *args)
|
||||
static void
|
||||
print_hint(void)
|
||||
{
|
||||
printf("mirb - Embeddable Interactive Ruby Shell\n");
|
||||
printf("\nThis is a very early version, please test and report errors.\n");
|
||||
printf("Thanks :)\n\n");
|
||||
printf("mirb - Embeddable Interactive Ruby Shell\n\n");
|
||||
}
|
||||
|
||||
/* Print the command line prompt of the REPL */
|
||||
|
||||
Reference in New Issue
Block a user