laiguoran il y a 4 ans
Parent
commit
f7f9d8c6ae
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/public/js/material_list.js

+ 0 - 1
app/public/js/material_list.js

@@ -97,7 +97,6 @@ $(document).ready(() => {
     TipCellType.prototype.getHitInfo = function (x, y, cellStyle, cellRect, context) {
         return { x: x, y: y, row: context.row, col: context.col, cellRect: cellRect, sheetArea: context.sheetArea, sheet: context.sheet };
     };
-    console.log('hello');
     TipCellType.prototype.processMouseEnter = function (hitInfo){
         if (!this._toolTipElement) {
             var div = document.createElement("div");