From 8bf4f710088732771c66cc1af382859892e7a233 Mon Sep 17 00:00:00 2001 From: Ken Jannette Date: Thu, 19 Apr 2018 21:11:40 -0400 Subject: [PATCH] Minor error fix --- src/SearchPage.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/SearchPage.js b/src/SearchPage.js index bb2bc01..69f550d 100644 --- a/src/SearchPage.js +++ b/src/SearchPage.js @@ -57,12 +57,3 @@ class SearchPage extends Component { } export default SearchPage - -/* - NOTES: The search from BooksAPI is limited to a particular set of search terms. - You can find these search terms here: - https://github.com/udacity/reactnd-project-myreads-starter/blob/master/SEARCH_TERMS.md - - However, remember that the BooksAPI.search method DOES search by title or author. So, don't worry if - you don't find a specific author or title. Every search is limited by search terms. -*/