Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2972

MessageTrackerTool.js : remove console.log

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.2.0
    • None
    • None
    • None

      L.214

      if (records.length > 0)
      {
      parent.child('b').setHtml("Pile d'appels de création (dé-minimisation en cours...)");
      
      var record = records[0];
      var callstack = record.get("callstack");
      
      console.info(callstack);
      
      var div = document.createElement('div');
      Ext.get(div).setHtml(Ext.String.stacktraceToHTML(callstack, 4));
      parent.appendChild(div);
      
      Ametys.plugins.coreui.system.devmode.StacktraceHelper.unminifyStacktrace(callstack, Ext.bind(this._openTraceCb, this, [callstack, parent], true));
      }

       

            Unassigned Unassigned
            lbouchet Loïc Bouchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: