Skip to content

Commit

Permalink
Doing prod build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Oct 1, 2023
1 parent 757254c commit 18ec037
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/wpac-admin-labels-js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wpac-frontend-js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wpac-frontend-wp-ajaxify-comments.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/js/frontend/wp-ajaxify-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ WPAC.LoadComments = function(url, options) {

jQuery(function() {
var initSuccesful = WPAC.Init();
console.log( WPAC._Options );
if (true === WPAC._Options.lazyLoadEnabled) {


Expand Down
1 change: 0 additions & 1 deletion src/js/react/components/SaveResetButtons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import SendCommand from '../../utils/SendCommand';
import SnackPop from '../SnackPop';

export function onSave( formData, setError ) {
console.log( formData );

}

Expand Down
1 change: 0 additions & 1 deletion src/js/react/views/Labels/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ const Interface = ( props ) => {
</>
);
};
console.log( errors );
return (
<>
<div className="ajaxify-admin-panel-area">
Expand Down

0 comments on commit 18ec037

Please sign in to comment.