From 212123b08ce17a1ca6298452b537ec04b8710aa0 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 7 Apr 2022 11:09:49 -0700 Subject: [PATCH] Revert "fix: clarify the gax-nodejs usage in README (#1352)" (#1409) This reverts commit e1557e468fd986c952ba718d9ff90e1d87390209. --- synthtool/gcp/templates/node_library/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/synthtool/gcp/templates/node_library/README.md b/synthtool/gcp/templates/node_library/README.md index f8e20c1d1..e5a6fa5f2 100644 --- a/synthtool/gcp/templates/node_library/README.md +++ b/synthtool/gcp/templates/node_library/README.md @@ -72,9 +72,6 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained]. {% endif %}{% if 'partials' in metadata and metadata['partials']['body'] %}{{ metadata['partials']['body'] }}{% endif %} {% if metadata['samples']|length %} - -This library is built on top of google-gax as its transport layer. To customize the common behavior of this client library (timeout, retry, etc), see [Client Library Howto](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md). - ## Samples Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/{{ metadata['repo']['default_branch'] }}/samples) directory. Each sample's `README.md` has instructions for running its sample.