remove byebun in license rb

This commit is contained in:
Yan
2017-11-14 13:46:24 +06:30
parent fa7cb53e55
commit 54f68bdfc5

View File

@@ -21,7 +21,7 @@ class License
# generate key for license file encrypt
AESEncDec.export_key()
byebug
@secret = ENV["aes_key"]
@params = { query: { device: "SX", token: SECRETS_CONFIG['provision_key'] } }
end