From: Mike Taylor Date: Thu, 20 Nov 2014 11:20:23 +0000 (+0000) Subject: Use team.info() in place of removed team.log() X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=08cbdd9d02c9610f648d6aaf7485de22c45b6abe Use team.info() in place of removed team.log() --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index eca9da5..09547ef 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -7,7 +7,7 @@ // get references from mkws.js, lazy evaluation var debug = function (text) { // use a debug function with time stamps - mkws.teams["AUTO"].log("Jasmine: " + text); + mkws.teams["AUTO"].info("Jasmine: " + text); //mkws.log("Jasmine: " + text) }