Jon Mårtensson 3 лет назад
Родитель
Сommit
8f73340b30
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      FreeAPS/Resources/javascript/prepare/determine-basal.js

+ 0 - 1
FreeAPS/Resources/javascript/prepare/determine-basal.js

@@ -3,7 +3,6 @@
 function generate(iob, currenttemp, glucose, profile, autosens = null, meal = null, microbolusAllowed = false, reservoir = null, clock = new Date(), pump_history, preferences, basalProfile, tdd, tdd_averages) {
 
     try {
-        console.log("Pumphistory: %o", pump_history);
         var middlewareReason = middleware(iob, currenttemp, glucose, profile, autosens, meal, reservoir, clock, pump_history, preferences, basalProfile, tdd, tdd_averages);
         console.log("Middleware reason: " + (middlewareReason || "Nothing changed"));
     } catch (error) {