Skip to content
Snippets Groups Projects
Commit c1381403 authored by Michael Davis's avatar Michael Davis
Browse files

[cta_frontend] Removes NO_KEYFILE debug line

parent a76dc616
Branches
Tags
No related merge requests found
......@@ -87,9 +87,6 @@ public:
<< (resource.rOpts & XrdSsiResource::Reusable ? "Resuable " : "")
<< (resource.rOpts & XrdSsiResource::Discard ? "Discard" : "")
<< std::endl;
// for debugging. delete me.
resource.client->name = "NO_KEYFILE";
#endif
if(resource.client == nullptr || resource.client->name == nullptr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment