Skip to content

Commit e210c19

Browse files
committed
Removed debugging messages
1 parent 7cbe093 commit e210c19

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/dash/Access.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ export default {
5858
ready: function () {
5959
// Add map
6060
window.jQuery.getScript('/static/js/plugins/jvectormap/jquery-jvectormap-2.0.3.min.js', function (data, textStatus, jqxhr) {
61-
console.log(data) // Data returned
62-
console.log(textStatus) // Success
63-
console.log(jqxhr.status) // 200
64-
console.log('Load was performed.')
6561
window.jQuery.getScript('/static/js/plugins/jvectormap/jquery-jvectormap-world-mill.js', function (data, textStatus, jqxhr) {
6662
window.jQuery('#world-map-markers').vectorMap({
6763
map: 'world_mill'

0 commit comments

Comments
 (0)