mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-31 22:42:51 +08:00
Remove useless execution path log
This commit is contained in:
parent
c65c5a4057
commit
28a9c298c8
@ -7,8 +7,6 @@ const fs = require('fs');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
let commonFuncs = require('./common');
|
let commonFuncs = require('./common');
|
||||||
|
|
||||||
console.log(__filename + " : " + __dirname);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* add APNS env to cordova project Entitlements-Debug.plist and Entitlements-Release.plist
|
* add APNS env to cordova project Entitlements-Debug.plist and Entitlements-Release.plist
|
||||||
* This two file will work when xcode archive app
|
* This two file will work when xcode archive app
|
||||||
|
Loading…
Reference in New Issue
Block a user