diff --git a/testPrograms/notification/PushNotificationReceiver/Config.h b/testPrograms/notification/PushNotificationReceiver/Config.h index bd042cf03..7c70309e1 100644 --- a/testPrograms/notification/PushNotificationReceiver/Config.h +++ b/testPrograms/notification/PushNotificationReceiver/Config.h @@ -11,7 +11,7 @@ #ifndef CONFIG_H_ #define CONFIG_H_ -#define GCM_PROJECT_ID "231523521163"//"YourProjectIdHere" +#define GCM_PROJECT_ID "YourProjectIdHere" #endif /* CONFIG_H_ */