Skip to content

Commit

Permalink
remove a dumb text
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveAHM committed Oct 6, 2024
1 parent dc6f71c commit 91f5487
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub async fn rulecheck(
client_addr: SocketAddr,
udp: Arc<tokio::net::UdpSocket>,
) -> bool {
println!("meow");
for rule in &rules.rule {
if rule.target=="block"{
for option in &rule.options {
Expand Down

0 comments on commit 91f5487

Please sign in to comment.