Skip to content

Commit

Permalink
delete console.log, #43
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 27, 2022
1 parent 7b55fc0 commit 03e2712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/QueryStringMachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@
else {
queryStringMachineAssert( values[ 0 ] !== undefined || schema.hasOwnProperty( 'defaultValue' ),
`missing required query parameter: ${key}` );
console.log( `key=${key} value=${values[ 0 ]}` );//XXX
if ( values[ 0 ] === undefined ) {

// not in the query string, use the default
Expand Down

0 comments on commit 03e2712

Please sign in to comment.