aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/hbbr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hbbr.rs')
-rw-r--r--src/hbbr.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hbbr.rs b/src/hbbr.rs
index f3cfa7c..00a4f83 100644
--- a/src/hbbr.rs
+++ b/src/hbbr.rs
@@ -29,10 +29,6 @@ fn main() -> ResultType<()> {
section.iter().for_each(|(k, v)| std::env::set_var(k, v));
}
}
- #[cfg(not(debug_assertions))]
- if !lic::check_lic(matches.value_of("email").unwrap_or(""), version::VERSION) {
- return Ok(());
- }
start(
matches.value_of("port").unwrap_or(&RELAY_PORT.to_string()),
matches.value_of("key").unwrap_or(""),