Skip to content

Commit 4a6c390

Browse files
Remove print statements
1 parent e6a23f6 commit 4a6c390

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

electron/routes/data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ ipcMain.on('dockerRequest', async (message, service) => {
164164
//Get last 50 documents. If less than 50 documents, get all
165165
num = Math.max(num, 50);
166166
result = await DockerModelFunc(service).find().skip(num - 50);
167-
console.log('data result', result)
168167
}
169168

170169
// SQL Database

0 commit comments

Comments
 (0)