Skip to content

Commit

Permalink
remove console.log, it was just for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed May 8, 2023
1 parent 7a32572 commit 66338b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-admin/setup-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ function setup_config_display_header( $body_classes = array() ) {
</form>
<script>
window.selectDBType = function( el ) {
console.log( el );
var display = 'sqlite' === el.value ? 'none' : 'table-row';
document.getElementById( 'table-row-dbname' ).style.display = display;
document.getElementById( 'table-row-uname' ).style.display = display;
Expand Down

0 comments on commit 66338b7

Please sign in to comment.