[mobile] Show graph
This commit is contained in:
@@ -49,8 +49,6 @@ export default class ComfyAPI extends EventTarget {
|
||||
private getBackendUrl(): string {
|
||||
const hostname = this.hostname || location.hostname;
|
||||
const port = this.port || location.port;
|
||||
console.log(hostname)
|
||||
console.log(port)
|
||||
return `${window.location.protocol}//${hostname}:${port}`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user