From f2760ef0c2b188e753f4a9088eb0d12e45d8c75b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 16 Jun 2014 19:33:22 +0200 Subject: [PATCH] Remove useless msg --- public/vroom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vroom.pl b/public/vroom.pl index f07cd3e..3297b12 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -1265,7 +1265,7 @@ post '/action' => sub { } elsif ($ec->delete_pad($data->{etherpad_group} . '$' . $room) && $self->create_pad($room) && $self->create_etherpad_session($room)){ $status = 'success'; - $msg = $self->l('PAD_DELETED_NEW_CREATED'); + $msg = ''; } return $self->render( json => {