Ahmad Kholid 3 years ago
parent
commit
f0ca9d38e0

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "description": "An extension for automating your browser by connecting blocks",
   "license": "MIT",
   "repository": {

+ 1 - 1
src/background/workflow-engine/blocks-handler/handler-interaction-block.js

@@ -44,7 +44,7 @@ async function interactionHandler(block, { refData }) {
     const data = await this._sendMessageToTab(messagePayload, {
       frameId: this.activeTab.frameId || 0,
     });
-    console.log(data, block.data.saveData || block.data.getValue);
+
     if (block.data.saveData || block.data.getValue) {
       const currentColumnType =
         this.columns[block.data.dataColumn]?.type || 'any';