Remove unnecessary ray() statement
This commit is contained in:
		@@ -68,7 +68,6 @@ class LogDrains extends Component
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            $ok = $this->submit($type);
 | 
					            $ok = $this->submit($type);
 | 
				
			||||||
            ray($ok);
 | 
					 | 
				
			||||||
            if (!$ok) {
 | 
					            if (!$ok) {
 | 
				
			||||||
                return;
 | 
					                return;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user