Skip to content

Commit 08687ef

Browse files
committed
updated to 1.3.2
1 parent 9c608e0 commit 08687ef

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,6 +1,6 @@
11
{
22
"name": "openconvert",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "All in one file converter",
55
"main": "./out/main/index.js",
66
"author": "utmp",

src/main/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ app.on('window-all-closed', () => {
137137
})
138138
// handle document conversion
139139
ipcMain.handle("document:convert", async (event, {filename,inputPath,outputPath, options}) => {
140-
console.log('parameters', inputPath,outputPath,filename);
141140
try {
142141
const isInstalled = await checkPluginInstalled();
143142
if (!isInstalled) {

0 commit comments

Comments
 (0)