gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: eh, actually re


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: eh, actually remove logging
Date: Tue, 23 May 2017 14:28:39 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 08a646a0 eh, actually remove logging
08a646a0 is described below

commit 08a646a00c61b354e2a3bc68affef9ced74bc789
Author: Florian Dold <address@hidden>
AuthorDate: Tue May 23 14:30:30 2017 +0200

    eh, actually remove logging
---
 src/i18n.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/i18n.tsx b/src/i18n.tsx
index 8a31b2d9..656bb3a0 100644
--- a/src/i18n.tsx
+++ b/src/i18n.tsx
@@ -109,9 +109,7 @@ interface TranslateProps {
 export class Translate extends React.Component<TranslateProps,void> {
   render(): JSX.Element {
     let s = stringifyChildren(this.props.children);
-    console.log(`string "${s}"`);
     let tr = jed.ngettext(s, s, 1).split(/%(\d+)\$s/).filter((e: any, i: 
number) => i % 2 == 0);
-    console.log(`tr "${JSON.stringify(tr)}"`);
     let childArray = React.Children.toArray(this.props.children!);
     for (let i = 0; i < childArray.length - 1; ++i) {
       if ((typeof childArray[i]) == "string" && (typeof childArray[i+1]) == 
"string") {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]