Skip to content

Commit 536bc48

Browse files
committed
Remove extra console.log
1 parent 057cf1e commit 536bc48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/utils/processPath.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export function processPath(
1010
options: Options,
1111
maxWorkers: number,
1212
): void {
13-
console.log({ directoryPath });
1413
const workerPool = new WorkerPool(maxWorkers);
1514

1615
// Read the contents of the directory

utils/processPath.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const workerPool_1 = require("./workerPool");
88
* Processes all files in the specified directory with the given image processing options.
99
*/
1010
function processPath(directoryPath, options, maxWorkers) {
11-
console.log({ directoryPath });
1211
const workerPool = new workerPool_1.WorkerPool(maxWorkers);
1312
// Read the contents of the directory
1413
fs.readdir(directoryPath, (err, files) => {

0 commit comments

Comments
 (0)