Bugzilla – Attachment 40233 Details for
Bug 14403
Remove unconditional warn from Koha::NorwegianPatronDB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14403 - Remove warn in Koha::NorwegianPatronDB
Bug-14403---Remove-warn-in-KohaNorwegianPatronDB.patch (text/plain), 1.09 KB, created by
Magnus Enger
on 2015-06-17 12:39:35 UTC
(
hide
)
Description:
Bug 14403 - Remove warn in Koha::NorwegianPatronDB
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2015-06-17 12:39:35 UTC
Size:
1.09 KB
patch
obsolete
>From 61dbb6ffa2af02e70dede00472759d111b8fcd9c Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Wed, 17 Jun 2015 14:36:44 +0200 >Subject: [PATCH] Bug 14403 - Remove warn in Koha::NorwegianPatronDB > >Line 99 has an unconditional warn, left over from development: > >warn "$combined_username => $combined_password"; > >This patch deletes the line i question. > >To test: >No testing needed, just have a look at the diff and see that >it makes sense to delete the warn. >--- > Koha/NorwegianPatronDB.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/NorwegianPatronDB.pm b/Koha/NorwegianPatronDB.pm >index 03afc21..585dfd2 100644 >--- a/Koha/NorwegianPatronDB.pm >+++ b/Koha/NorwegianPatronDB.pm >@@ -96,7 +96,6 @@ sub SOAP::Transport::HTTP::Client::get_basic_credentials { > # Combine usernames and passwords, and encrypt with SHA256 > my $combined_username = "$vendor_username-$library_username"; > my $combined_password = sha256_hex( "$library_password-$vendor_password" ); >- warn "$combined_username => $combined_password"; > return $combined_username => $combined_password; > } > >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14403
:
40233
|
40236
|
40259