From 219e4a14c68824efa28cb3b4600db4a8ad2cd2bd Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 9 Feb 2017 17:29:13 -0500 Subject: [PATCH] Update strings.js --- src/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.js b/src/strings.js index 670ed01d..cd3c7907 100644 --- a/src/strings.js +++ b/src/strings.js @@ -82,7 +82,7 @@ $.extend( $, /** @lends OpenSeadragon */{ string = container[ props[ i ] ]; if ( typeof( string ) != "string" ) { - $.console.debug( "Untranslated source string:", prop ); + $.console.log( "Untranslated source string:", prop ); string = ""; // FIXME: this breaks gettext()-style convention, which would return source }