mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Remove accidental console log in namespace test setup (#19874)
This commit is contained in:
@@ -209,11 +209,6 @@ export default Factory.extend({
|
||||
);
|
||||
|
||||
if (!job.namespaceId) {
|
||||
console.log(
|
||||
'NO NAMESPACE',
|
||||
server.db.namespaces.length,
|
||||
server.schema.namespaces.all().models
|
||||
);
|
||||
const namespace = server.db.namespaces.length
|
||||
? pickOne(server.db.namespaces).id
|
||||
: 'default';
|
||||
|
||||
Reference in New Issue
Block a user