@akc42/app-utils 3.6.0 → 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/debug.js +0 -1
- package/package.json +1 -1
package/debug.js
CHANGED
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
debugDump - perform a dump to the server (and and a clearing out of the buffered info) of the debug calls made to date
|
|
64
64
|
|
|
65
65
|
*/
|
|
66
|
-
import config from './config-promise.js';
|
|
67
66
|
|
|
68
67
|
const BUFFER_SIZE = 50;
|
|
69
68
|
const KEY_TOPIC = 'key'; //topic name which will get kept from a full resource buffer when we empty it.
|