Skip to content

Commit ad3d9e6

Browse files
committed
fix: minor log fix
1 parent 7e44740 commit ad3d9e6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jotforminc/zenith",
33
"packageManager": "pnpm@7.18.0",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "",
66
"main": "./build/index.js",
77
"files": [

src/classes/Cache/HybridCacher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export default class HybridCacher implements Cacher {
103103
const isCached = await cacher.isCached(hash, root, [output], target);
104104
if (!isCached) {
105105
// TODO: required file handling
106-
console.log('hash', hash, 'outputHash', outputHash);
107106
await cacher.cache(hash, root, output, target, outputHash as string, []);
108107
await cacher.sendOutputHash(hash, root, output, target);
109108
}

0 commit comments

Comments
 (0)