Do not announce a demo video (difficult to cover all in a video)
[vchess.git] / public / javascripts / variant.js
index d617c60..a7d1820 100644 (file)
@@ -7,7 +7,6 @@ new Vue({
        created: function() {
                const url = window.location.href;
                const hashPos = url.indexOf("#");
-               console.log(hashPos + " " + url);
                if (hashPos >= 0)
                        this.setDisplay(url.substr(hashPos+1));
        },