Changeset 37108 for gs3-installations


Ignore:
Timestamp:
2023-01-05T23:57:21+13:00 (16 months ago)
Author:
davidb
Message:

Removed some debugging statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/js/document_viewer.js

    r37105 r37108  
    273273    var includeEditableOpenAnnotations  = gs.variables.optionIncludeEditableOpenAnnotations;
    274274
    275     console.log("**** includeFileAssocOpenAnnotations = " + includeFileAssocOpenAnnotations);
    276     console.log("**** includeEditableOpenAnnotations = " + includeEditableOpenAnnotations);
    277    
    278275    if ((includeFileAssocOpenAnnotations == 'true') || (includeEditableOpenAnnotations == 'true')) {
    279276    // Activate the annotations plugin
     
    286283    if (includeEditableOpenAnnotations == 'true') {
    287284
    288         //console.log("**** gs.variables.endpointURL = '" + gs.variables.endpointURL + "'");
    289         //const endpointURL = gs.variables.endpointURL;
    290 
    291285        var endpointURL  = gs.variables.optionIncludeEditableOpenAnnotationsEndpointURL;
    292         console.log("**** endpointURL = '" + endpointURL + "'");
    293286       
    294287        mirador3_config.annotation = {};
     
    301294        }
    302295
    303         // **** add in a further options for this ????
    304    
     296        // **** add in a further options for this ???? 
    305297        mirador3_config.annotation.exportLocalStorageAnnotations = true;  // display annotation JSON export button
    306298   
Note: See TracChangeset for help on using the changeset viewer.