Skip to content

Commit

Permalink
chore: remove log files
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Apr 8, 2019
1 parent ade9e52 commit 3c20f5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/class-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ public function get_scripts() {
$prefix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
$dependency = [ 'jquery', 'wepos-i18n-jed' ];

error_log( print_r( $prefix, true ) );

if ( version_compare( $wp_version, '5.0', '<' ) ) {
$dependency[] = 'wepos-wp-hook';
}
Expand Down

0 comments on commit 3c20f5e

Please sign in to comment.