Remove test instructions, fix CORS for DELETE method
[vchess.git] / client / src / views / Hall.vue
index 1d842d5..19f2e77 100644 (file)
@@ -125,10 +125,6 @@ export default {
   created: function() {
     // Always add myself to players' list
     this.players.push(this.st.user);
-
-    console.log("created");
-ajax("/testtest", "DELETE");
-
     // Ask server for current corr games (all but mines)
 //    ajax(
 //      "",