Skip to content

Commit 244a7cf

Browse files
authored
v1.3
1 parent 23c51f4 commit 244a7cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Loader/Loader.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ func GenerateHTTPVaribles(Host, metadata, uri, customuri, CDN, CDN_Value, Profil
205205
} else {
206206
num_Profile, _ = strconv.Atoi(Profile)
207207
}
208-
fmt.Println(num_Profile)
209208
if metadata == "base64" {
210209
Beacon_GETPOST.Variables["metadata_mode"] = metadata
211210
} else if metadata == "base64url" {
@@ -308,7 +307,6 @@ func GenerateProfile(Profile, CDN, CDN_Value, cert_password, custom_cert, Profil
308307
Beacon_GETPOST_Profile.Variables = make(map[string]string)
309308
Beacon_SSL.Variables = make(map[string]string)
310309
if Profile == "" {
311-
fmt.Println(num_Profile)
312310
CNAME := "\rhttps-certificate {\rset CN \"" + hostname + "\"; #Common Name"
313311
Beacon_SSL.Variables["Cert"] = CNAME + Struct.Cert[num_Profile-1]
314312
Beacon_GETPOST_Profile.Variables["Profile"] = Struct.HTTP_GET_POST_list[num_Profile-1]

0 commit comments

Comments
 (0)