Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
GNU General Public License v2.0
193
stars
18
forks
source link
Studio: Remove redundant console.log #556
Closed
katinthehatsite closed 1 month ago
Related to https://github.com/Automattic/studio/pull/526
Proposed Changes
While reviewing https://github.com/Automattic/studio/pull/550 , I noticed some leftover
console.log
from https://github.com/Automattic/studio/pull/526 . I propose to remove it as it is not necessary.Testing Instructions
nvm use && npm install && npm start
Pre-merge Checklist