[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loleaflet/dist

Henry Castro hcastro at collabora.com
Wed Nov 29 13:46:03 UTC 2017


 loleaflet/dist/toolbar/toolbar.js |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 193114b7c3f11dfb77a5d2953d03eb573a22ec6a
Author: Henry Castro <hcastro at collabora.com>
Date:   Tue Nov 21 18:03:32 2017 -0400

    loleaflet: clean up logs that no longer need it
    
    Change-Id: I26d47b1fc73748a3e7e0e824b1596da43e57555c
    Reviewed-on: https://gerrit.libreoffice.org/45118
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 25e7ccb9..cb0b51a7 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -706,9 +706,6 @@ $(function () {
 			$('#search-input').off('keypress', onSearchKeyPress).on('keypress', onSearchKeyPress);
 		}
 	});
-	if ($('#toolbar-up').children().length === 0) {
-		console.log('w2ui toolbar is not created');
-	}
 });
 
 var userJoinedPopupMessage = '<div>' + _('%user has joined') + '</div>';


More information about the Libreoffice-commits mailing list