Changeset 19934


Ignore:
Timestamp:
01/07/16 09:57:24 (9 years ago)
Author:
dlcheng
Message:

CHG (javascript): Removing some console logs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_manager.js

    r19929 r19934  
    9898                                break;
    9999                        case 'mesh':
    100                                 console.log('hello');
    101100                                plot_mesh(md,options,canvas,gl,nodes["main"]);
    102101                                break;
     
    229228        //Draw into the canvas if needed:
    230229        if (requestDrawing)     draw(gl,options,canvas,canvas.nodes);
    231         console.log(canvas.nodes);
    232230}
Note: See TracChangeset for help on using the changeset viewer.