Skip to content

Commit bdf21fa

Browse files
Update src/scripts/api.ts
1 parent f5fc7ef commit bdf21fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,6 @@ export class ComfyApi extends EventTarget {
12741274
* @returns The feature value or default
12751275
*/
12761276
getServerFeature<T = unknown>(featureName: string, defaultValue?: T): T {
1277-
console.log('Server feature flags:', this.serverFeatureFlags)
12781277
return get(this.serverFeatureFlags, featureName, defaultValue) as T
12791278
}
12801279

0 commit comments

Comments
 (0)