[Libreoffice-commits] online.git: loleaflet/dist

Henry Castro hcastro at collabora.com
Tue Nov 21 22:06:39 UTC 2017


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

New commits:
commit 9ef99e92704f4ffc478c6df3ff4347568073147b
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

diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 1d7c6418..865a6efe 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -722,9 +722,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