Skip to content

Commit 2d7a377

Browse files
author
Damon Prater
committed
Removed test logging
1 parent 68261d4 commit 2d7a377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AuthorizeNETnetcore/CIM/CustomerGateway.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ public bool AuthorizeNoAccount(string cardNumber, DateTime expirationDate, strin
482482

483483
// get the response from the service (errors contained if any)
484484
var response = controller.GetApiResponse();
485-
File.WriteAllLines(@"C:\temp\response.txt", controller.GetResults());
486485
return response.transactionResponse.responseCode == "1";
487486
}
488487

0 commit comments

Comments
 (0)