Skip to content

Commit

Permalink
Removed bad import that broke development
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 10, 2023
1 parent 476943f commit 0236df0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { matsMiddleCommon } from "meteor/randyp:mats-common";

import { Meteor } from "meteor/meteor";
import { memoryUsage } from "node:process";

class MatsMiddleDieoff {
logToFile = false;
Expand Down Expand Up @@ -348,7 +347,6 @@ class MatsMiddleDieoff {

if (this.logMemUsage === true) {
try {
console.log(memoryUsage());
const obsSize =
new TextEncoder().encode(JSON.stringify(this.fveObs)).length /
(1024 * 1024);
Expand Down

0 comments on commit 0236df0

Please sign in to comment.