DHTMLX extensions throwing some errors on browser

I am using a licensed version of the DHTMLX Scheduler. The scheduler is throwing some browser console errors of some *.map files not getting loaded.

I noticed for every extensions files such as dhtmlxscheduler_multiselect.js the last line is

//# sourceMappingURL=…/sources/ext/dhtmlxscheduler_multiselect.js.map

because of this i get an error

GET /scheduler/codebase/sources/ext/dhtmlxscheduler_collision.js.map 404 (Not Found)

If I remove that last line I do not get any such errors. In the source library I dont see the /sources folder inside the /codebase folder with the *.map files. Obviously that explains the error that I am getting. I did some research and looks like the sourceMappingURL is used for debugging purposes in minified js files. Can we remove the last line (//# sourceMappingURL=…/sources/ext/dhtmlxscheduler_multiselect.js.map
) form the source code?

Thanks in advance

You can safely remove that line from all files, sorry for inconvenience.

Browser will try to load map file only when you are using debug tools, so this line doesn’t affect normal production usage.