remove filePath logging

This commit is contained in:
Abhinav 2022-09-09 13:04:14 +05:30
parent 4d32354275
commit aee203adab

View file

@ -577,7 +577,7 @@ class watchFolderService {
); );
if (!mapping) { if (!mapping) {
throw Error(`no mapping found for ${filePath}`); throw Error(`no mapping found`);
} }
return { return {