mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
remove log
This commit is contained in:
@@ -287,7 +287,6 @@ export const getOSC = async (req, res) => {
|
|||||||
// Returns -
|
// Returns -
|
||||||
export const getHTTP = async (req, res) => {
|
export const getHTTP = async (req, res) => {
|
||||||
const http = DataProvider.getHttp();
|
const http = DataProvider.getHttp();
|
||||||
console.log('get http', http)
|
|
||||||
res.status(200).send(http);
|
res.status(200).send(http);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -313,7 +312,6 @@ export const postOscSubscriptions = async (req, res) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const postHttpSubscriptions = async (req, res) => {
|
export const postHttpSubscriptions = async (req, res) => {
|
||||||
console.log('http post sub')
|
|
||||||
if (failEmptyObjects(req.body, res)) {
|
if (failEmptyObjects(req.body, res)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user