forked from Limework/skript-db
		
	Remove debug message
This commit is contained in:
		
							parent
							
								
									8b5121d5fb
								
							
						
					
					
						commit
						b5f2d56263
					
				@ -277,7 +277,6 @@ public class EffExecuteStatement extends Delay {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    dataSource = (Expression<HikariDataSource>) exprs[1];
 | 
					    dataSource = (Expression<HikariDataSource>) exprs[1];
 | 
				
			||||||
    Expression<?> expr = exprs[2];
 | 
					    Expression<?> expr = exprs[2];
 | 
				
			||||||
    System.out.println(matchedPattern);
 | 
					 | 
				
			||||||
    isSync = matchedPattern == 1;
 | 
					    isSync = matchedPattern == 1;
 | 
				
			||||||
    if (expr instanceof Variable) {
 | 
					    if (expr instanceof Variable) {
 | 
				
			||||||
      Variable<?> varExpr = (Variable<?>) expr;
 | 
					      Variable<?> varExpr = (Variable<?>) expr;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user