Skip to content

Commit 868f95e

Browse files
committed
Remove missed instance
1 parent 09a24c0 commit 868f95e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,8 @@ public static function load_wpcom_user_features() {
341341
require_once __DIR__ . '/features/wpcom-themes/wpcom-themes.php';
342342
require_once __DIR__ . '/features/wpcom-user-edit/wpcom-user-edit.php';
343343

344-
// Only load the Calypsoify and Masterbar features on WoA sites.
344+
// Only load the Masterbar features on WoA sites.
345345
if ( class_exists( '\Automattic\Jetpack\Status\Host' ) && ( new \Automattic\Jetpack\Status\Host() )->is_woa_site() ) {
346-
\Automattic\Jetpack\Calypsoify\Jetpack_Calypsoify::get_instance();
347346
// This is temporary. After we cleanup Masterbar on WPCOM we should load Masterbar for Simple sites too.
348347
\Automattic\Jetpack\Masterbar\Main::init();
349348
}

0 commit comments

Comments
 (0)