From 1d4187a22626839e77252548d801a4d4fd23e879 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 23 Nov 2018 16:54:17 +0100 Subject: [PATCH] fix #2366 @0:10 --- js/libs/fluidbook/fluidbook.3dflip.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.3dflip.js b/js/libs/fluidbook/fluidbook.3dflip.js index d5ad280b..0a59fd27 100644 --- a/js/libs/fluidbook/fluidbook.3dflip.js +++ b/js/libs/fluidbook/fluidbook.3dflip.js @@ -301,13 +301,6 @@ Fluidbook3DFlip.prototype = { }, performancesTest: function (callback) { - // When we are in very low perf, no need to test, we won't decrease performances later - if (this.veryLowPerf) { - $("footer").append(' | 3D : verylowperf'); - callback(); - return; - } - var $this = this; this.prepareTurn({flip: [1, 2]}, function () { $this.performancesStartTime = new Date(); -- 2.39.5