Draft Game and Challenge models
[vchess.git] / models / Problem.js
index 99e5b62..8f3a302 100644 (file)
@@ -21,9 +21,6 @@ exports.create = function(uid, vid, fen, instructions, solution, cb)
                                return cb(err);
                        db.get("SELECT last_insert_rowid() AS rowid", cb);
                });
-//             const stmt = db.prepare(query);
-//             stmt.run(instructions, solution);
-//             stmt.finalize();
        });
 }