1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

removed console.log

This commit is contained in:
juanmont 2016-11-09 19:45:04 +01:00
parent 8dd9da2cd3
commit e9fa4cb3c5

View File

@ -186,7 +186,6 @@ define(function(require) {
function _setupDataTableSearch() {
$.fn.dataTable.ext.type.order['file-size-pre'] = function ( data ) {
console.log("hola");
var matches = data.match( /^(\d+(?:\.\d+)?)\s*([a-z]+)/i );
var multipliers = {
B: 1,