diff --git a/plugins/carhop-blocks/blocks/picture-of-the-day/build/picture-of-the-day/view.js b/plugins/carhop-blocks/blocks/picture-of-the-day/build/picture-of-the-day/view.js index c7d5650..e69de29 100644 --- a/plugins/carhop-blocks/blocks/picture-of-the-day/build/picture-of-the-day/view.js +++ b/plugins/carhop-blocks/blocks/picture-of-the-day/build/picture-of-the-day/view.js @@ -1 +0,0 @@ -console.log("Hello World! (from create-block-picture-of-the-day block)"); \ No newline at end of file diff --git a/plugins/carhop-blocks/blocks/picture-of-the-day/src/picture-of-the-day/view.js b/plugins/carhop-blocks/blocks/picture-of-the-day/src/picture-of-the-day/view.js index ac40c44..e69de29 100644 --- a/plugins/carhop-blocks/blocks/picture-of-the-day/src/picture-of-the-day/view.js +++ b/plugins/carhop-blocks/blocks/picture-of-the-day/src/picture-of-the-day/view.js @@ -1,25 +0,0 @@ -/** - * Use this file for JavaScript code that you want to run in the front-end - * on posts/pages that contain this block. - * - * When this file is defined as the value of the `viewScript` property - * in `block.json` it will be enqueued on the front end of the site. - * - * Example: - * - * ```js - * { - * "viewScript": "file:./view.js" - * } - * ``` - * - * If you're not making any changes to this file because your project doesn't need any - * JavaScript running in the front-end, then you should delete this file and remove - * the `viewScript` property from `block.json`. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script - */ - -/* eslint-disable no-console */ -console.log( 'Hello World! (from create-block-picture-of-the-day block)' ); -/* eslint-enable no-console */