diff --git a/tf.js b/tf.js index c7803f3..1665451 100644 --- a/tf.js +++ b/tf.js @@ -61,7 +61,6 @@ async function getWeights() { maxApi.addHandler("save", (dictId, key) => { maxApi.getDict(dictId).then((dict) => { getWeights().then((weights) => { - console.log(weights); dict[key] = weights; maxApi.setDict(dictId, dict); });