Removed some testing code.

There was an unneeded line in the code, just for my own testing
purposes.

Signed-off-by: Egbertdepauw <egbert@despaankamer.nl>
This commit is contained in:
Egbertdepauw 2024-08-27 14:51:39 +02:00
parent c5e5535f51
commit 7201a40c5f

View file

@ -261,7 +261,6 @@ QString MapWidgetHelper::pluginObject()
" Component.onCompleted: {"
" if (availableServiceProviders.indexOf(name) === -1) {"
" console.warn('MapWidget.qml: cannot find a plugin named: ' + name);"
" console.warn('Test van Egbert');"
" }"
" }"
"}")