Changeset 17806 for trunk/FACT++/www


Ignore:
Timestamp:
05/08/14 12:45:18 (11 years ago)
Author:
tbretz
Message:
Forgot to remove the debug output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.js

    r17805 r17806  
    471471
    472472    canv.hillas = Hillas(canv.dataAbs);
    473     debug(JSON.stringify(canv.hillas));
    474473
    475474    canv.min = Math.min.apply(Math, canv.dataAbs.filter(function(e){return !isNaN(e)}));
     
    574573        con.appendChild(document.createTextNode(rc.debug));
    575574
    576         //debug("return "+JSON.stringify(rc.ret));
    577         //debug("");
    578575        debug("PHP execution:");
    579576        debug("Time Javascripts = "+(rc.timeJs[0]*1000).toFixed(2)+","+(rc.timeJs[1]*1000).toFixed(2)+","+(rc.timeJs[2]*1000).toFixed(2)+ " [ms]");
Note: See TracChangeset for help on using the changeset viewer.