mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove console.logs
This commit is contained in:
		@@ -174,13 +174,10 @@
 | 
			
		||||
            console.log("paytoqs: " + this.paytoqs);
 | 
			
		||||
            if (this.paytoqs === true || this.paytoqs == "query") {
 | 
			
		||||
                $("#node-input-paytoqs").val("query");
 | 
			
		||||
                console.log("q");
 | 
			
		||||
            } else if (this.paytoqs === "body") {
 | 
			
		||||
                $("#node-input-paytoqs").val("body");
 | 
			
		||||
                console.log("b");
 | 
			
		||||
            } else {
 | 
			
		||||
                $("#node-input-paytoqs").val("ignore");
 | 
			
		||||
                console.log("i");
 | 
			
		||||
            }
 | 
			
		||||
            if (this.authType) {
 | 
			
		||||
                $('#node-input-useAuth').prop('checked', true);
 | 
			
		||||
@@ -240,8 +237,6 @@
 | 
			
		||||
            if (!$("#node-input-useProxy").is(":checked")) {
 | 
			
		||||
                $("#node-input-proxy").val("_ADD_");
 | 
			
		||||
            }
 | 
			
		||||
            console.log("save - paytoqs " + this.paytoqs);
 | 
			
		||||
            console.log("save - paytoqs " + $("#node-input-paytoqs").val());
 | 
			
		||||
        }
 | 
			
		||||
    });
 | 
			
		||||
</script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user